|
Introduction to Laravel
|
|
|
|
Introduction to the frameworks and PHP frameworks.
|
Preview
|
|
|
What is Laravel and 15 reasons to learn and use Laravel.
|
|
|
|
Introduction to the composer. Why it is used ?
|
|
|
|
Step by step installation of Laravel framework in windows using the composer.
|
Preview
|
|
|
Brief Introduction to Model, View and Controller (MVC) structure.
|
|
|
Laravel Directory Structure ,Configuration and Routing
|
|
|
|
Explanation of the directory structure of Laravel project.
|
Preview
|
|
|
Configuring a new Laravel project to get started.
|
|
|
|
Configuration and Introduction to Lavarvel Routes
|
|
|
View - Blade template of Laravel introduction, working, and named routes
|
|
|
|
Introduction to blade template, how to use blade template practically.
|
|
|
|
Conditional Statement (if , if-else , if - elseif ), Looping statements (for loop, while loop and foreach loop )
|
|
|
|
Converting a html - css or PHP template to Blade template. Static website to Laravel.
|
|
|
|
Managing the header and footer using the layout feature of blade template. Creating Layouts.
|
|
|
|
Introduction of Laravelcollective/HTML package, its theory and some examples.
|
|
|
|
Practical implementation of Laravelcollective/HTML package in the website.
|
|
|
|
Introduction to Laravel named route, its implementation and reasons to use.
|
|
|
Model and Controller explanation, used and implementation.
|
|
|
|
Introduction to the controller and its types (Theory)
|
Preview
|
|
|
How to use controller in Laravel ? Basic controller and Resource controller explained (Practically)
|
|
|
|
How to send data from view to controller ? Sending a form's data to the controller and checking the data.
|
|
|
|
Introduction to Laravel helper, its configuration and implementation.
|
|
|
|
Introduction to Model in Laravel, its working and some of its functions. (theory)
|
|
|
|
Model in Laravel, its working and some of its functions. (practical)
|
|
|
Understanding the CURD operation using Laravel and set up of admin panel
|
|
|
|
Introduction to Migration in Laravel, its implementation and working.
|
|
|
|
Introduction to schema of a table, building schema using Laravel migration.
|
|
|
|
Understanding Laravel Migration: Run and Roll back in detail.
|
|
|
|
Setup of Admin Panel for turning the website dynamic. (Part -1 )
|
|
|
|
Setup of Admin Panel for turning the website dynamic. (Part -2 )
|
|
|
|
Basic insertion of data into table using Laravel Insert Query, save() function.
|
|
|
|
Retrieving data from database using model get() function and sending it to the view page.
|
|
|
|
Implementing the concept of pagination while retrieving data from data base and showing in the form of pages.
|
|
|
|
Applying validation before storing data into the data base.
|
|
|
|
Deleting a record in Laravel using model's delete() function.
|
|
|
|
Understanding the concept of model's softdeletes and implementing it into the admin panel.
|
|
|
|
Update Query in Laravel using model update() function.
|
|
|
|
Understanding the concept and logic of change status and its implementation.
|
|
|
|
Understanding the concept of multiple delete and implementing it into the admin panel.
|
|
|
|
Understanding the logic of searching and implementing it into the admin panel.
|
|
|
|
Implementation of faker package in Laravel, creating fake data for testing.
|
|
|
|
Searching with Pagination, pagination problem resolved.
|
|
|
|
Understanding the concept of file uploadation, implementing it using Laravel's function and storing the file into the project folder.
|
|
|
|
Showing the image on the view page using helper function.
|
|
|
|
Understanding the concept of database relationship and its types with example.
|
|
|
IIP project explanation, each module and pages explained and implemented in both website and admin panel
|
|
|
|
Describing the modules and pages needed in the IIP project.
|
|
|
|
Explanation of the data base for the IIP project
|
|
|
|
Creation of the project tables using migration
|
|
|
|
About and Gallery Page module - admin panel configuration
|
|
|
|
About and Gallery module - website configuration
|
|
|
|
News module - admin and website configuration.
|
|
|
|
Course frontend and backend module
|
|
|
|
Country and State module admin and website configuration.
|
|
|
|
Contact us page - admin panel and website configuration.
|
|
|
|
Fetching states data on the basis of country using AJAX with Laravel.
|
|
|
|
Enquiry Frontend and backend module.
|
|
|
Laravel Fundamentals -Database - Eloquent Relationships
|
|
|
|
Explanation of Join in laravel (inner join,left,right)
|
|
|
|
Implementation of joins using laravel join functions
|
|
|
|
Understanding the concept of one to one relationship
|
|
|
|
Understanding the concept of one to many relationship
|
|
|
|
Understanding the inverse relationship
|
|
|
|
How to apply other queries with model relation in laravel
|
|
|
|
Understanding the concept of many to many relationship
|
|
|
Handling the session with Laravel and implementation of login system.
|
|
|
|
What is Session & How it works in Laravel ?
|
|
|
|
User registration using Laravel
|
|
|
|
User login using Laravel
|
|
|
|
User logout using laravel and destroying the session
|
|
|
|
Summary of user Register, Login and Logout
|
|
|
|
Middleware in Laravel (Theory)
|
|
|
|
Middleware in Laravel (Practical)
|
|
|
|
Admin Panel Login System
|
|
|
|
Grouping the routes in route files
|
|
|
|
Handling user profile with Laravel
|
|
|
|
Change password in Laravel
|
|
|
|
Email Integration in Laravel (Theory)
|
|
|
|
Email Integration in Laravel (Practical)
|
|
|
|
Forget password implementation in Laravel
|
|
|
Laravel Authentication - Auth package
|
|
|
|
Introduction to Laravel Auth package
|
|
|
|
Installation of Laravel Auth into current project and installation a new project with auth
|
|
|
|
What is asset function and how to configure it ?
|
|
|
|
Introduction and Implementation of Laravel Localization
|
|
|
|
Registration using Laravel Auth
|
|
|
Social Login Package Laravel
|
|
|
|
Introduction and Installation of Socialite Package
|
|
|
|
Google Login Part - 1
|
|
|
|
Google Login Part - 2
|
|
|
|
Working of download button in Laravel
|
|
|
Laravel Packages
|
|
|
|
Laravel datatables Part 1
|
|
|
|
Laravel Datatables Part 2
|
|
|
Laravel 8 Videos
|
|
|
Chapter 1: Initialization
|
|
|
|
Introduction to Framework | What is framework ?
|
|
|
|
Introduction to Laravel | What is Laravel and Why to use?
|
|
|
|
Step by step installation of Laravel framework in windows using the composer.
|
|
|
|
Brief Intro to Model, Brief Introduction to Model, View and Controller (MVC) structure.
|
|
|
Chapter 2: Laravel Directory Structure ,Configuration and Routing
|
|
|
|
Explanation of the directory structure of Laravel project.
|
|
|
|
Basic Configuration of a new Laravel Project
|
|
|
|
Configuration and Introduction to Laravel Routes
|
|
|
Chapter 3: View - Blade template of Laravel introduction, working, and named routes
|
|
|
|
Introduction to blade template, and blade syntax
|
|
|
|
Converting an HTML - CSS or PHP template to Blade template. Static website to Laravel
|
|
|
|
Managing the header and footer using the layout feature of blade template. Creating Layouts.
|
|
|
|
Laravel named routes
|
|