Introduction to Laravel
Install phpStudy
Configure virtual host
Source package installation
composer installation
Use of composer
Install laravel using composer
Directory Structure
Routes and parameters
Regular constraints on routing parameters
controller
view
Middleware introduction
Use of middleware
dependency injection
The use of http requests (Part 1)
The use of http requests (Part 2)
basic response
Ajax response
Database configuration
Run native SQL
Builder (Part 1)
Builder (Part 2)
Database migration
Database population
custom model
Plan route
List display
Add action
Modify operations
Delete operation
relationship analysis
Preparation
One to one
one to many
many to one
many to many
Introduction to login module
Create data table
simulated data
MVC basic framework
Integrated verification code
Data validation (Part 1)
Data validation (Part 2)
Auth part code analysis
User authentication implementation
Build backend home page
Login jump
sign out
List display (top)
List display (below)
Add operation (Part 1)
Add operation (below)
File Upload
Introduces the basic concepts and usage of the Laravel framework, and briefly analyzes Laravel's design patterns and some source codes.