From PHP to Laravel Framework

Laravel is an open-source PHP framework, which is robust, expressive and fully featured. It follows a Model-View-Controller design pattern with elegant syntax that is easy to understand. As a full stack framework, Laravel allows users to build large applications which are made up of reusable, independent and decoupled components. The web applications thus designed are more structured and pragmatic. Laravel attempts to take the pain out of development by providing pre-built tools and functions that can cut down development time.
200
Chinese
Learning Outcomes
1. Learn the installation of Laravel and the configuration of the production environment
2. Understand the logic of the Model-View-Controller design pattern
3. Understand the basic PHP and Laravel syntax and the file structure of the framework
4. Learn to use Blade Templates for frontend
5. Learn to add authentication and authorization to your web application