Completed
- Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Create a Blog in Laravel - Laravel CRUD
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Artisan, PHP and Node version
- 3 - Setting up our Tailwindcss
- 4 - Setting up our database credentials
- 5 - Creating our controllers & models
- 6 - Designing our home page
- 7 - Designing the Blog page
- 8 - Brainstorming about all endpoints
- 9 - Setting up our database
- 10 - Index method
- 11 - Creating & storing a post
- 12 - Showing a post
- 13 - Editing & updating a post
- 14 - Deleting a post