How to Create a Blog in Laravel | Laravel CRUD | Laravel Blog | Create a Blog in Laravel

preview_player
Показать описание
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

📲 Let’s plan a meeting

💌 Newsletter

🔥 Resources

🔗 Useful links

Want to learn more?

📋 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
Рекомендации по теме
Комментарии
Автор

Hey Dary the coder ! i watched this tutorial many times and i managed to nail a laravel developer position and now i am mastering the art of Laravel everyday, so i want to say thanks to you for opening my door by sharing this video tutorial, you are a Laravel Guru, i like how you know the tailwind css for spacing and sizes by default, wow .

ronniemmola
Автор

"INCREDIBLE" this tutorial is a gem, thank you Daryl, simply the best php/Laravel content in YouTube.

AlY-drhp
Автор

Awesome Tutorial. really loved it. could you please make a video on how to add post category to the blog?

michaeladetona
Автор

underrated! these videos need spreading around

kavehsarkhanlou
Автор

Was ready to give up on Laravel before I found Dary’s tutorials. This dude is a natural.

stormbytes
Автор

Simply the best Laravel php on the web training, even better then udemy.

AlY-drhp
Автор

Thank you Dary. I watched your previous tutorial on laravel as well as this tutorial. Now, i feel like i have learned all the basics of laravel. Really appreciate it.

_sudipb
Автор

Darry am just 18 minutes into the video tutotial and I came back to subscribe this channel. My official laravel channel. The video is just too awesome. Thanks for putting it together

kiche_allan
Автор

I been rusty in Laravel and this tutorial is a good start to brush up. Keep it up man!

sigenaisapa
Автор

hey dary the coder, u are angel i love what y r doing keep never surrender

djtsm
Автор

You're the best teacher I've ever come across in my life. perfect Dary

danycreations
Автор

I want you to know that you are doing great work. You literally saved me! Without this tutorial I would have failed my exam. Big ups brudda!

bustahh
Автор

Thanks bro for the video. This video really helped me to pass my assignment, also now I feel more comfortable using Laravel as my framework.

anggittama
Автор

Simply Amazing. I need to say thankyou for this video.

ZUGAMER
Автор

Still i looking this lecture. Appreciate again!

HK-gujr
Автор

It should be a separate video in which you solve the mix problem. It was lifesaving.

norbertwagner
Автор

Woow this is a really great tutorial. Thanks a lot.
Greetings from Bosnia 👋👋

notexpert
Автор

MAN, i LEARNT A LOT FROM YOU, THANKS!!

Unknown-ynpk
Автор

Another great video from Dary ! thanks a lot !

ronjay
Автор

44:12 That's the mistake that many Laravel developers make, if you want to get a collection of posts with user relationship, you need to preload relationship by specifying it like that: `Post::with('user')`, otherwise you will be querying user for each post. For example you have 50 posts, now you will make 50 requests to database to get user for each post.

serhiicho
visit shbcf.ru