Laravel is a web application development framework which is mostly used in the market right now.
Laravel is a free and open source framework. Laravel applications are following Model View Controller (MVC) architecure. Using Laravel we can build robust and secured web applications
GoPHP will provides training on Laravel with a Real Time project
Please find the course Content below
Topic: PHP & MySQL With Laravel Online Training
Date: Wednesday, 03 May 2023
Time: 7:30AM
Zoom Meeting Link:
https://us06web.zoom.us/j/82796271530Meeting ID: 827 9627 1530
Passcode: 1122PHP & MySQL Course Content: https://gophp.in/php-online-training/
Syllabus
OVERVIEW & Installation
- Introduction
- Laravel Features
- LARAVEL INSTALLATION
ARCHITECTURAl CONCEPTS
- Request Lifecycle
- Service Container
- Service Providers
- Facades
APPLICATION STRUCTURE
- Root Directory
- App Directory
CONFIGURATION
- Basic Configuration
- Environmental Configuration
- Database Configuration
- Maintenance Mode
ROUTING
- Basic Routing
- Routing with Parameters
- Create Custom routes
MIDDLEWARE
- Define Middleware
- Register Middleware
- Middleware Parameters
CONTROLLERS
- Basic Controllers
- Controller Middleware
- Restful Resource Controllers
- Method Injection
REQUEST
- Retrieving the Request URI
- Retrieving Input all values
- Retrieving single input value
RESPONSE
- Basic Response
- Attaching Headers
- Attaching Cookies
- JSON Response
VIEWS
- Understanding Views
- Passing Data to Views
- Sharing Data with all Views
- Blade Templates
- Template iterations,conditional operators
REDIRECTIONS
- Redirecting to Named Routes
- Redirecting to Controller Actions
WORKING WITH DATABASE using Model & Query Builder
- Model Creations
- Model connect to table
- Model options and methods
- Query builder methods
VALIDATIONS
- Validation rules
- Create custom validation rules
- Validation messages
SEND MAIL
- Raw Mail Send
- Mail Send with template
- Mail attachments
FILE UPLOAD
- File upload using storage
- File upload using request
MIGRATIONS
- Migration commands
- Table structure define in migration files
- Create table through migration command
EVENTS & JOBS
- Create Events and Listeners
- Create Jobs
- Dispatch Jobs