Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Laravel 5
Introduction
Introduction (0:50)
Prerequisites (1:42)
Laravel on Windows - Prerequisites (1:07)
Laravel - Requirements (0:39)
Laravel - Creating a Project (2:21)
Getting Started With Laravel
Laravel - File and Folder Structure (2:30)
Artisan - What is it? (2:43)
Generating Models with migration (2:02)
Generating Models without migration (1:11)
Understanding Routes - I (3:44)
Understanding Routes - II - Passing Data To View (1:35)
Introduction to Dependency Injection (3:57)
Service Providers - Introduction (0:36)
Creating a Service Provider (2:27)
Facades - Introduction (0:46)
Facades - Usage (2:05)
Controllers
Controllers - Introduction (0:58)
Controller - Reading & Displaying Data (1:33)
Controller - Submitting Data (1:37)
Controller - Submitting Data - POST (2:20)
Loading a View From Controller (2:01)
Views
Creating Templates (3:48)
Passing Data to View From Controller (1:58)
Display Data using Loop and Creating Dynamic URL (2:07)
Forms and Validations (2:05)
Processing Form Data (3:45)
Server side validations (1:27)
Eloquent
Introducing Eloquent (1:23)
Setting up Database (3:09)
Connecting Database (1:13)
Database Migrations - Introduction (0:47)
Creating and Running Migrations (4:10)
Exploring Tinker (3:16)
Adding Data using Tinker (1:45)
Adding Data via Controller (1:47)
Select Data (3:51)
Update Data (1:18)
Relationship Types (1:59)
Exploring Relationship Types (2:35)
Raw Queries - Exploring WhereRAW (2:17)
Raw Queries - Exploring Select (0:55)
Conclusion & Code Download
Conclusion & Code Download (1:01)
Loading a View From Controller
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock