Introduction
  • Introduction
  • Necessary programs & Setup environment (windows)
Start with Laravel
  • Create and Run First Application
  • Application Structure
  • Configuration
  • Routing
Using More Laravel components
  • Controllers
  • Views - Basics
  • Laravel Course Test
  • Views - Blade Template
  • Creating Site Layout
  • Request
  • Redirections
  • Sessions
  • Cookies
  • Localization
Forms
  • Validation
  • File Uploading
Working with Database
  • Eloquent Model and Migration
  • CRUD ( Create )
  • CRUD ( Retrieve )
  • CRUD ( Update )
  • CRUD ( Delete)
Authentication
  • Make Auth
  • Middleware and simple role - part 1
  • Middleware and simple role - part 2
Database Relations
  • Belong To Relationship
  • hasMany Relationship
  • BelongsToMany Relationship
  • Roles (part 1)
  • Roles (part 2)
Misc. Needed in Laravel Project
  • Helpers ( custom functions )