Completed
Laravel 5.2 PHP Build a social network - Likes & Dislikes (2/3 - Finishing the Backend)
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Laravel PHP - Create a Social Network - Full App
Automatically move to the next video in the Classroom when playback concludes
- 1 Laravel 5.2 PHP Build a social network - Setup & Introduction
- 2 Laravel 5.2 PHP Build a social network - Signup & Login Screen
- 3 Laravel 5.2 PHP Build a social network - Signup Controller & Model
- 4 Laravel 5.2 PHP Build a social network - Logging users in
- 5 Laravel 5.2 PHP Build a social network - Input Validation
- 6 Laravel 5.2 PHP Build a social network - Middleware & Route Protection
- 7 Laravel 5.2 PHP Build a social network - Creating the Dashboard View
- 8 Laravel 5.2 PHP Build a social network - Creating Posts (Model & Controller)
- 9 Laravel 5.2 PHP Build a social network - Post Validation & Outputting Errors
- 10 Laravel 5.2 PHP Build a social network - Outputting Posts
- 11 Laravel 5.2 PHP Build a social network - Deleting Posts
- 12 Laravel 5.2 PHP Build a social network - User Logout & Fixing Post Deletion
- 13 Laravel 5.2 PHP Build a social network - Editing Posts (View)
- 14 Laravel 5.2 PHP Build a social network - Use jQuery to fetch Post Content
- 15 Laravel 5.2 PHP Build a social network - Edit Posts with AJAX Request
- 16 Laravel 5.2 PHP Build a social network - Updating DB & View
- 17 Laravel 5.2 PHP Build a social network - User Account
- 18 Laravel 5.2 PHP Build a social network - Image Upload
- 19 Laravel 5.2 PHP Build a social network - Likes & Dislikes (1/3 - Models & AJAX)
- 20 Laravel 5.2 PHP Build a social network - Likes & Dislikes (2/3 - Finishing the Backend)
- 21 Laravel 5.2 PHP Build a social network - Likes & Dislikes (3/3 - Updating the View)
- 22 Laravel 5.2 PHP Build a social network - Wrap Up