This course is targeted for programmers with basic understanding of PHP and are new to Laravel framework.
Taught by Hussain Afeef
C01 Introduction L01 - Introduction to MVC
C01 Introduction L02 - Introduction To Laravel
C01 Introduction L03 Initial Setup
C01 Introduction L04 - File Structure
C01 Introduction L05 Github
C02 Basics L01 Routing
C02 Basics L02 Breeze Installation
C02 Basics L03 Blade Basics
C02 Basics L04 Blade Components
C03 Databases L01 Database Structure
C03 Databases L02 Connecting to database
C03 Databases L03 Starting Migrations
C04 Project L01 How to add a route file
C04 Project L02 Move dashboard to admin prefix
C04 Project L03 Add posts to dashboard menu
C04 Project L04 Add a table component
C04 Project L05 Add filter UI
C05 Content Management L01 Introduction to Eloquent ORM
C05 Content Management L02 How to create an Eloquent Model
C05 Content Management L03 How to insert a record using Eloquent Model
C05 Content Management L04 How to update a record
C05 Content Management L05 List posts dynamically
C05 Content Management L06 Add a filter
C05 Content Management L07 CRUD or Resource Routes
C05 Content Management L08 Posting Form Data
C05 Content Management L09 Refactoring To Controllers
C05 Content Management L10 Updating A Record
C05 Content Management L11 More On Redirects
C05 Content Management L12 Adding Redirects To Controller
C05 Content Management L13 Adding A Show View
C05 Content Management L14 Better Dashboard UX
C05 Content Management L15 Implement Delete Button
C05 Content Management L16 Using Boot Method
C05 Content Management L17 Updating Show View
C05 Content Management L18 Introduction To Relationships - One To Many
C05 Content Management L19 Defining Relationships In Model
C05 Content Management L20 Database Factories
C05 Content Management L21 Saving and Updating Relationships
C05 Content Management L22 Filter Posts By Author
C05 Content Management L23 Using Enums
C05 Content Management L24 Adding Post State Change Actions
C05 Content Management L25 Validation
C05 Content Management L26 Show Validation Error Messages
C05 Content Management L27 Category Module
C05 Content Management L28 Page Module
C05 Content Management L29 Page Module Continued - View
C05 Content Management L30 User Module
C05 Content Management L31 Add State to Users Module
C06 House Keeping L01 Seeders
C06 House Keeping L02 Remove Registration
C06 House Keeping L03 Redirect to Dashboard
C07 Security L02 Adding Role To Users Module
C07 Security L03 Policies
C07 Security L04 Policies Continued
C07 Security L05 Gates
C07 Security L06 Spatie Laravel Permission Package
C07 Security L07 Define Permissions
C07 Security L08 Roles
C07 Security L09 Permissions
C07 Security L10 Add Model Field to Permissions
C07 Security L11 Seeding Roles
C07 Security L12 Assigning Roles to Users
C07 Security L13 Using Permissions In Policies
C07 Security L14 Updating Roles Seeder
C08 Project Continuation L01 Adding Categories to Posts
C08 Project Continuation L02 Adding A Featured Image To Posts
C08 Project Continuation L03 Update Category Color
C08 Project Continuation L04 Public View Implementation
C09 Settings L01 Using Spatie Laravel Settings Package
C10 Activity Logs L01 Adding Spatie Laravel Activity Log
Developer