You know the latest laravel version is now Laravel 11. So we have created a very complete module on Laravel 11.
If you are new to Laravel or beginner to Laravel, you will be able to learn it in advanced level from this module.
Here we have taught the students:
Composer - Installing composer in local machine, installing package using composer
MVC (Model, View, Controller) - How it works and details about this
Laravel 9 Installation - Installation process, directory structure and about the .env file
Route - Basic route, route parameter, route group, prefix etc.
Middleware - How it works, types of middleware, registering etc.
Controller - Basic controller, partial and resource controller
View - view features (extends, include, yield, section), conditions, loop
Working with Database - Connection, model, migration, seeder, fakers etc.
Basic CRUD (Create, Read, Update, Delete) system in Laravel 9 - Environment setup, validation, store data, show, edit, delete data from database
Image CRUD (Create, Read, Update, Delete) system in Laravel 9 - Environment setup, validation, store data, show, edit, delete image from database
Using Image Intervention in Laravel 9 - Image crud with intervention image, environment setup, store, delete, edit and show the data
Complete Authentication System with Laravel 9 UI - Create project, user registration, email verification, login and logout in authentication, forget password system, reset password system
Key Outcomes
Composer installation and usage
About the .env file
Route Parameters, middleware, prefix, named route
Basic CRUD (Create, Read, Update, Delete) System from Scratch
Laravel Basic Authentication using Laravel Breeze - Registration, Email Verification, Forget and Reset Password
Queues And Jobs
Using Of Session And Cache
Migration And Seeder
Blade Components
Eloquent ORM
PayPal integration in Laravel
Registering And Using Middleware
Form Validation And Error Handling
Fundamental: Laravel Directory Structure and Artisan CLI With Tinker