Laravel
- Introduction to Laravel
- MVC
- Routing
- Installation of composer and command line tools
- Blade
- Resource controllers
- Route groups and Filters
- Database connections
- CURD operations using Eloquent ORM
- Query Builder
- Laravel Eloquent Relations
- Migrations
- Database seeding
- Forms and validation
- Developing Laravel Form
- Validations of form
- Creating Admin post
- Creating Front End
- Setting Blog
- How to provide security to admin panel
- Handling the Routing
- Developing HTML view
- Creating Tables
- Enabling Version conrol with Migrations
- Querying
- Working Blade templates
- Integration of form elements
- Authentication setting
- Testing Laravel code
- PHPUnit
- Handling Frameworks
- Developing Laravel Application