Introduction to laravel
- What is composer and how to install it.
- What is framework?!
- Framework vs native.
- What is laravel?
- Laravel MVC.
- Laravel Views.
- introduction to laravel Routing.
Laravel Controllers
- Laravel Routing and group routing.
- Laravel Controllers.
- Laravel sessions.
Users and Authentication
- Creating and Authenticating Users.
- Customizing User Authentication.
- Managing the User Authentication State.
- Protecting Routes with Middleware.
RESTful Web Services with Laravel
- Designing and Structuring a RESTful Service.
- Restful routing.
- Request Handling & Responses.
- Protecting Routes with Middleware.
- Use ajax with laravel.