Academind Logo
Laravel PHP - Create a Social Network (Full App)

Laravel PHP - Create a Social Network (Full App)

Let's build a complete website with the Laravel Framework. Our Application will be a small social network, showcasing a lot of the features of Laravel.

Created by Maximilian Schwarzmüller
#

Free YouTube Series

In this series, we're gonna build a complete website with Laravel Framework. Our Application will be a small social network, showcasing a lot of the major features of Laravel.

  1. Setup & Introduction

  2. Signup & Login Screen

  3. Signup Controller & Model

  4. Logging Users in

  5. Input Validation

  6. Middleware & Route Protection

  7. Creating the Dashboard View

  8. Creating Posts (Model & Controller)

  9. Post Validation & Outputting Errors

  10. Outputting Posts

  11. Deleting Posts

  12. User Logout & Fixing Post Deletion

  13. Editing Posts (View)

  14. Use jQuery to fetch Post Content

  15. Edit Posts with AJAX Request

  16. Updating DB & View

  17. User Account

  18. Image Upload

  19. Likes & Dislikes (1/3 - Models & AJAX)

  20. Likes & Dislikes (2/3 - Finishing the Backend)

  21. Likes & Dislikes (3/3 - Updating the View)

  22. Wrap Up