Introduction to Laravel
Laravel version selection
Introduction to MVC
Setting up the development environment
Download and install Laravel
Introduction to Laravel core directory files
routing
controller
view
Model
Create a new data table and connect to the database
Implement CURD using DB facade
Delete data using query builder
Introduction to query builder and new data
Update data using query builder
Query data using query builder
Aggregate functions in query constructor
Introduction to Eloquent ORM, model establishment and data query
The use of new data, custom timestamps and batch assignment in Eloquent ORM
Modify data using Eloquent ORM
Delete data using Eloquent ORM
Introduction to Blade template engine and the use of template inheritance
Basic syntax and use of include
process control
URL in template
Laravel course summary