How to Create a Blog in Laravel | Laravel CRUD | Laravel Blog | Create a Blog in Laravel
In this video we will be creating a complete blog with authentication in Laravel โ Learn how to create a blog with authentication application in Laravel.
๐ย New Udemy Course
If you're looking to level up your Laravel skills, my new course "Udemy Migirations, Seeders, Factories, Query Builder, Eloquent & Relationships" is the perfect opportunity. Learn the essential tools and techniques for building robust and scalable web applications with Laravel: https://www.udemy.com/course/mastering-laravel-10-query-builder-eloquent-relationships/?referralCode=C784C3DB5B8925207FCB
๐ฒ Letโs plan a meeting
Plan a (paid) 1-hour meeting on Calendly to do portfolio reviews, code reviews resume reviews or a coaching session for Laravel. Please read the description before booking: https://calendly.com/codewithdary
๐ Newsletter
Sign up for my free weekly email newsletter: https://www.newsletter.codewithdary.com
๐ฅ Resources
- PHP Hosting (10% DISCOUNT): https://www.hostinger.com/codewithdary
- TikTok: https://www.tiktok.com/@codewithdary
- Instagram: https://www.instagram.com/codewithdary/
- Twitter: https://twitter.com/codewithdary
- Blog: https://blog.codewithdary.com/
- Newsletter: https://newsletter.codewithdary.com/
- Patreon: https://www.patreon.com/user?u=30307830
- GitHub: https://github.com/codewithdary/laravel-8-complete-blog
๐ Useful links
- Pictures: https://pixabay.com/
- Laravel course: https://www.youtube.com/playlist?list=PLFHz2csJcgk_3VJwzVoeyMuC1rdBcfiLv
Want to learn more?
- Courses: https://www.youtube.com/channel/UCkzGZ6ECGCBh0WK9bVUprtw/playlists
๐ Table of Content
00:00 - Introduction
01:09 - Artisan, PHP and Node version
02:09 - Setting up our Tailwindcss
04:37 - Setting up our database credentials
05:23 - Creating our controllers & models
11:53 - Designing our home page
30:20 - Designing the Blog page
34:29 - Brainstorming about all endpoints
37:13 - Setting up our database
43:07 - Index method
49:51 - Creating & storing a post
01:13:47 - Showing a post
01:17:36 - Editing & updating a post
01:24:28 - Deleting a post
#laravel #blog #project