Introduction
  • Installing Laravel
  • Setting up our UI
  • Including Axios in our project
User Authentication ( Registration )
  • Registration Form - validating users input
  • Registration Form - Displaying validation errors
  • Registration Form - Improving the registration UI
  • Registration Form - Storing users infomartion into the Database
User Authentication ( Login )
  • Login Form - Authenticating the login form
  • Creating the logout function
Creating some database seeders
  • Creating some database seeders
  • Creating the Followship Databas Seeds Migration
Implementing the Follow, Unfollow business logic, The Real time Notification etc
  • Setting up our dashboard
  • Setting up our followers and following view
  • Setting up the people view
  • Setting up the Search functionality
  • Setting up the unfollow functionality - Part 1
  • Setting up the unfollow functionality - Part 2
  • Setting up the unfollow functionality - Part 3
  • Setting up the unfollow functionality - Part 4
  • Setting up the follow functionality
  • Fixing some minor errors
  • Integrating the Notifcation part 1
  • Integrating the Notifcation part 2