Description
In this course, you will :
- Learn about the Laravel concept and how to use it to create real-world projects.
- With challenges and assignments, you can hone your Laravel skills (solutions included).
- Make use of Laravel. Eloquent allows you to communicate with any database in a simple and elegant manner.
- Create two incredible real-world projects for your portfolio and become a job-ready programmer.
- Laravel allows you to write clean code.
Syllabus :
- Setting up our Laravel Development Environment
- Getting started with Laravel
- Routing
- Views and Blade Template
- Controllers
- Working with Database
- Eloquent ORM
- Pagination
- Model Factories
- Working with Form, requests and responses
- Query Scopes
- Authentication
- Route model bindings, Resourceful Routes and Form Request validation
- Contact App : Add new feature to manage companies
- N+1 Query Problem & Eager Loading
- Handling File Upload
- Working with File Storage
- Contact App - Bug fixing
- Larapics Project - Building CRUD functionalities (with Laravel 9)
- Working with Blade components
- Authorization
- Eloquent Relationship: One to One
- [Legacy] Working with Database
- [Legacy] Routing, Controllers & Views
- [Legacy] Rendering Dynamic Data
- [Legacy] Working with Form
- [Legacy] Building Blog
- [Legacy] Laravel Authentication