Create a forum with Laravel 8 | Create follows pivot table, traits, route, and controller | Part 75

Опубликовано: 28 Сентябрь 2024
на канале: AngelJay Academy
454
14

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