Description
In this course, you will learn:
- How to setup Laravel in your device
- Learn how Route , View , Controller works
- Laravel CRUD : How to Insert , Update , Delete , Display data in Laravel
- From Validation in Laravel
- How to integrate Html template in Laravel
- Laravel Authentication
- Multi Auth in Laravel
- Basics of Middleware
- Basics of API
- How to install a WYSIWYG editor
- How to install a CK editor
- Learn Email Verification
- Sending Email in Laravel
- How to make Comment and Reply System
- We will create a complete real world Laravel Project
Syllabus:
1. Laravel Local Environment Setup
- Introduction for Laravel Setup
- How to download and Install Xampp
- How to Download and install Node Js
- How to Download and Install Composer
2. Basics of Laravel
- Creating Laravel Project
- Laravel Basics - Route , View , Controller
3. Laravel CRUD - Create , Read , Update , Delete
- How to Insert Data in Laravel
- How to Display data in Laravel
- How to Delete Data in Laravel
- How to Update data in Laravel
4. Validation in Laravel
- Showing validation error message in Laravel
- Display Error message in a List
- Explaining a few Validation Rules
- Show Validation Custom Error Message