In this lesson, we will create a follows pivot table, trait, route, and controller
Links:
Profile Show view: https://drive.google.com/file/d/116iI...
Starter Template:
GitHub Link: https://github.com/AngelJayMedia/forum
Timestamps:
0:00 Introduction and Setup
1:49 Create a Pivot table in the database
4:54 Migrate database ('php artisan migrate:fresh --seed')
5:11 Create HasFollows trait
12:50 Create route
14:50 Create FollowController