Overview
Learn how to create a complete blog with authentication in Laravel through this comprehensive 90-minute tutorial. Explore essential concepts such as setting up Tailwind CSS, configuring database credentials, and creating controllers and models. Design an attractive home page and blog interface, plan your application's endpoints, and set up the database structure. Master CRUD operations by implementing methods for indexing, creating, storing, showing, editing, updating, and deleting blog posts. Gain hands-on experience in building a fully functional Laravel blog application while following along with step-by-step instructions and practical demonstrations.
Syllabus
- Introduction
- Artisan, PHP and Node version
- Setting up our Tailwindcss
- Setting up our database credentials
- Creating our controllers & models
- Designing our home page
- Designing the Blog page
- Brainstorming about all endpoints
- Setting up our database
- Index method
- Creating & storing a post
- Showing a post
- Editing & updating a post
- Deleting a post
Taught by
Code With Dary