Week 3-4
Lecture 5
- Famous platform and frameworks for the enterprise application.
- Introduction to Laravel framework. [Ch. 1]
Lecture 6
- Setting up a Laravel development environment
- What is composer
- Creating first Laravel project
- Laravel's directory structure. [Ch. 2]
Lecture 7
- Defining the application's routes, route parameters, returning a response, views, passing route parameters to a view. [Ch. 3]
Lecture 8
- Introduction to blade templating, echoing data. [Ch. 4]
- MVC framework
- Creating controllers
- PHP artisan commands. [Ch. 3]