Laravel 8 CRUD Tutorial For Beginners

preview_player
Показать описание
In this video you'll learn to build your first Laravel project by looking at how to perform CRUD (create, read, update and delete) operations on a resource. We'll also build a minimal UI using TailwindCSS.

✅ Source Code:

✅ Build a REST API in Laravel:

✅ Build a contact form in Laravel:

0:00 - Intro
0:29 - Database Setup
1:15 - "READ" posts
10:29 - "UPDATE" posts
19:18 - "CREATE" posts
25:37 - "DELETE" posts

🔴 Want to learn practical web development? Make sure to subscribe:
Рекомендации по теме
Комментарии
Автор

you are making this video for beginners, that is why you have to assume the people are watching this are beginners also. Your too fast bro we cant even figure out what is happening in the beginning.

bethelbobmagallano
Автор

Thank, with this tutorial i will be able to develop the applikation for my course from university

dominikthurau
Автор

It was really helpful thanks a lot.😄😄😄😄🤓

ime
Автор

What is the name of the tailwind extension that you are using?

stevewachira
Автор

Im using the source from gitub without touching any of the code and the update request is deleting the post

alexlytle
Автор

Wow this was soo helpful, thank you so much!

nicogarcia
Автор

This is great! Thanks. Now, how do I add user roles so that only the owner of a post can edit/delete it? Logging in and permissions.

GodfreyMarosha
Автор

Dude, you are using nested forms for Delete button, right ? How is that even works ? Or I miss something ?

МиткоЖечев
Автор

Perhaps the world's biggest cursor 😄 Great tutorial though!!!

rahulhuilgol
Автор

why not use the resource in the routes ?

ush
Автор

Great CRUD intro for Laravel 👍 but you are kind of difficult to follow when you jump screens to quickly 😒

JaimitoAleman
Автор

Why did I need to change "Route::delete" to "Route::get" in order to delete a post?

Xyz-pplu
Автор

Are the examples that you show secure?

CalicoArchives
Автор

i am having error. "POST method is not supported"

manjunemkul
Автор

Unless I messed something up, the update button now also deletes.

zakatikus
Автор

What about nested forms, is the update buttom working after the delete buttom was added, not for me, any helps with that?,
Excellent content, thanks a lot!

yonahernandez
Автор

How did u put the lines of code with so much space top and bottom? Looks really clean :D

wrongname
Автор

please make a video on ecommerce also from scratch in laravel

rajgovindjangid
Автор

video is nice, but you are to fast man. ty anyway, ijs.

nabukodosonorogi
Автор

thank you, it helped a lot :) also if anyone's having trouble in the delete form, make sure you include <form method='POST'> before writing @method('DELETE')

zgjim