From PHP to Laravel Framework
- Duration
- 200 Hours
- Language
- Chinese
- Category
- Web 3.0
- Course code
- WD_10
Learning outcomes
- check_circle Learn the installation of Laravel and the configuration of the production environment
- check_circle Understand the logic of the Model-View-Controller design pattern
- check_circle Understand the basic PHP and Laravel syntax and the file structure of the framework
- check_circle Learn to use Blade Templates for frontend
- check_circle Learn to add authentication and authorization to your web application
Description
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.