In this lesson, we will set up our database schema and migrate. We also added a Subscriber model for our newsletter.
Timestamps:
00:00 Introduction & Setup
02:00 Create Subscriber model with migration for newsletter
05:37 Post database schema setup
16:51 Categories database schema setup
20:05 Tags database schema setup
21:04 post_tag pivot table schema setup
22:19 Subscriber schema setup
24:37 Migrate database (php artisan migrate) and error explanation
30:29 Add $fillables to Post model
32:41 Add $fillables to Subscriber model
32:55 Add $fillables to Category model