Laravel Tutorial For Beginners (Simple User CRUD App)

Laravel Tutorial For Beginners (Simple User CRUD App)

LearnWebCode

1 год назад

173,200 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

LearnWebCode
LearnWebCode - 12.01.2023 02:11

Hey everyone, I didn't follow a detailed script for this video, just a general outline, and I forgot to take care of the detail that only logged in users should be able to create posts. In our PostController method that creates posts, you could simply wrap that action in an "if" check using auth()->check() as the condition.

Also, the logic that checks if you're allowed to edit or delete a post will cause the "edit-post" URL to error if you're not logged in. I'm so used to using policies and middleware in Laravel to perform these types of permission checks that I oversimplified this example in this lesson. Hopefully the video was helpful in letting you understand the big picture aspects of Laravel, and I'd encourage you to research "Laravel Auth Middleware" and "Laravel Policies" for a much more organized and official way of handling permissions. We cover all of these topics in detail in my 14 hour premium Laravel course. Thanks! Brad

Ответить
Yasin Hassim
Yasin Hassim - 29.09.2023 17:53

how can i use 'php artisan migrate' with my xampp mysql? linux mint doesn't have snapd, so i can't install mysql-workbench. :(

Ответить
sideshowlol
sideshowlol - 27.09.2023 10:42

Brad's Laravel course has been very helpful for me. I had no clue about the inner-workings of Laravel before I went through Brad's course. It gave me a solid grounding in many important parts of the Laravel infrastructure and I'm a big fan of Brad's style of teaching which is always clear and understandable. Thanks to Brad's course, I am now involved in a fairly large Laravel-based project. Highly recommended. Thanks Brad! 🙏😎👍

Ответить
BARTA ባርታ TUBE
BARTA ባርታ TUBE - 25.09.2023 08:26

what a fantastic tutorial

Ответить
Aidan Homewood
Aidan Homewood - 22.09.2023 06:17

This was fantastic! Thank you.

Ответить
BeeToonz
BeeToonz - 20.09.2023 18:14

How did the user details import to the database. I dont get.

Ответить
VR Laundry Modern
VR Laundry Modern - 16.09.2023 16:42

when click sub terminal it also powershel and i can' t see zsh terminal for import class on UserControlle

Ответить
VR Laundry Modern
VR Laundry Modern - 16.09.2023 16:39

I can't impost class for UserController

Ответить
nielsofficeofficial
nielsofficeofficial - 15.09.2023 19:30

You always save my day Sir. Thanks a lot : )))

Ответить
rahul e
rahul e - 08.09.2023 18:45

Thank you I've learned new things from this video and I loved it Thank you again

Ответить
the little guy
the little guy - 28.08.2023 21:42

Is artisan explained here?

Ответить
MemeThematics
MemeThematics - 27.08.2023 07:56

auth() which u told is a global utility is not working 🙄

Ответить
phill coulson
phill coulson - 26.08.2023 18:10

this video really helped to understand the basics. and yes, it is simpler then others also then php

Ответить
Musimba Alex
Musimba Alex - 21.08.2023 23:24

I have a project that is basically in line with your tutorial. I have been able to build most part of the project using your guideline. lots of gratitude all the way from Kenya 😄

Ответить
Dylan Richards
Dylan Richards - 18.08.2023 08:46

Thank you Brad for this great introduction to Laravel. I've been meaning to look into it for a while but I didn't know if I would pick it up easily. While I wouldn't say I necessarily understand the MVC structure exactly, I do have a basic understanding. I'm coming from PHP and I've never done OOP before, so this is excellent. I will be heading on over to your course to continue learning. You are an excellent teacher.

Ответить
Nurul Izzatie Binti Sautan
Nurul Izzatie Binti Sautan - 16.08.2023 11:15

i have problem at @csrf. how to fix it

Ответить
salvatore trigilia
salvatore trigilia - 16.08.2023 09:15

it works thank you!

Ответить
Gaurab Gogoi
Gaurab Gogoi - 15.08.2023 19:24

this is what I was looking for and I found @YahooBaba good but this one is better,

Ответить
Juan Sebastián
Juan Sebastián - 15.08.2023 08:53

Thanks for the video, I've learned a lot .

Ответить
Like
Like - 14.08.2023 09:23

Omg, great tutorial! So hard for a beginner things in such easy presentation

Ответить
Kayan Sheibani
Kayan Sheibani - 14.08.2023 06:47

Hi
Hope you are fine

While I was following you in this video, I faced a "404: not found" page after I click on Log out button. I made the exact same changes as you and despite using @csrf I still get that error.
Could you help me, fix it?

Ответить
Primal
Primal - 13.08.2023 23:16

2 minutes in and already love it, basic styling of it just makes me happy, all of those other courses like 70% of a time its about styling and not actually about functionality of laravvel

Ответить
Ame Perdue
Ame Perdue - 12.08.2023 05:00

I needed "\Eloquent::unguard();" before "User::create($incomingFields);"

Ответить
abdulkadir m hassan
abdulkadir m hassan - 10.08.2023 13:11

Nice hack. It's working for me. Thank you for sharing this tutorial

Ответить
Jojo
Jojo - 10.08.2023 10:14

fff

Ответить
CONSTANTINE
CONSTANTINE - 07.08.2023 20:59

So you plan to continue posting laravel videos?

Ответить
MobiusCoin
MobiusCoin - 07.08.2023 04:46

You taught me how to create WordPress themes from scratch 6 years and I've since turned it into a successful career and jump started my dev journey. Since then I've been through the JS/TS ringer and I'm just a little tired of the venture backed hype train of the Node world (everything is basically Vercel) so I'm back to do some comfy ol' PHP development. Excited to learn Laravel, I've only heard good things.

Ответить
Wolf Territories Grid
Wolf Territories Grid - 01.08.2023 15:21

This is a BRILLIANT video. thank you

Ответить
Immanuel Kantholz
Immanuel Kantholz - 31.07.2023 16:46

I never fail to be startled if someone pronounces MySQL like the english word my instead of the finnish name My (the programmer named it after his daughter My).

Ответить
Pierre Bertram
Pierre Bertram - 31.07.2023 12:36

Great! Thanks!

Ответить
Daniel Emenike
Daniel Emenike - 30.07.2023 10:28

Laravel is so easy and sweet to understand. Compared to the NextJs/React Js world i am from..where everything is a hassle to accomplish. Wish i embraced this sooner. Yes,there are trade-offs but the experience is way better and i already feel more productive using this🤍.

Ответить
chibuzor onochie
chibuzor onochie - 29.07.2023 17:16

You are a Teacher indeed. WELLDONE!

Ответить
Beke Benjamin
Beke Benjamin - 28.07.2023 19:40

I wish to buy and learn some of your courses but there is limitation on our credit card,cant pay in dollars. Except naira.i dont know what to do

Ответить
Mattias Yngvesson
Mattias Yngvesson - 25.07.2023 20:47

Bro, u are a god

Ответить
Rayamand
Rayamand - 23.07.2023 22:48

That's a greet video

Ответить
As Above So Below
As Above So Below - 23.07.2023 03:38

this shit is so difficult, glad to just be copying and pasting your stuff lol

Ответить
EuropaUniversalis
EuropaUniversalis - 22.07.2023 20:28

You have a talent as a teacher and I really enjoyed this video. Subscribed and looking into your full course. Thank you!

Ответить
Charcoal Daddy BBQ
Charcoal Daddy BBQ - 21.07.2023 07:13

Great video! Does Laravel have the login stuff pre built or do I have to build it myself?

Ответить
Yohan Lopes
Yohan Lopes - 20.07.2023 01:59

Thank you, just thank you

Ответить
Damian Mitka
Damian Mitka - 19.07.2023 14:45

I followed your steps but still got a problem with login button. Even with no errors i can't log in. Anybody got idea what can cause the problem ? i'm using Xampp

Ответить
阿东Tong
阿东Tong - 17.07.2023 19:37

A very nice video!!!!
This really helps me a lot to understand Laravel.
Thankyou so much!

Ответить
Fandi Nurrokhim
Fandi Nurrokhim - 16.07.2023 11:54

thank you so much, very easy to understand, I'm struggle learning Laravel before know this video

Ответить
dixie
dixie - 13.07.2023 14:11

thanks brad !

Ответить
Rome angelo Gagabi
Rome angelo Gagabi - 12.07.2023 09:58

Hello, why is that when I made the home.blade.php and type the "doc" (the boilerplate) it doesn't show up. any tips?

Ответить
Soumyajeet Sengupta
Soumyajeet Sengupta - 10.07.2023 09:29

Just completed the complete video. I really want to thankyou from the bottom of my heart. Other tutorials just they were coding and no much this good explanation. From you I learned and I also learned what we are doing and why are we doing it. I really enjoyed learning from you. Thankyou so so much. Looking forward to learn more from you.

Ответить
DiegoRivasArteaga
DiegoRivasArteaga - 07.07.2023 21:30

Loved this crash course... actually I bought it because I loved the way Laravel works and iI wanna know more about it. Thanks a lot!!

Ответить
SL WEB
SL WEB - 06.07.2023 08:58

This is one of the best videos I have learned about Laravel, can you give us more advanced Laravel lessons?

Ответить