Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller (MVC) architectural pattern.
It has been generating a lot of buzz with the promise of making web applications fast and simple to create. Using Laravel, you can build and maintain high-quality web applications with minimal fuss.
Laravel SYLLABUS
Introduction of Laravel
Introduction Of MVC
Installation
Directory Structure
URL Routing
Controller
View
Passing data in view
Blade Engine
- print variable
- control statement
- Build master layout
- Include a file
Form handling
- Simple form tag
- Blade form
Connecting database
- Fluent
- Simple query
- Query Builder
- Eloquent ORM