After learning all the intricacies of React/Next, I've just come across Laravel by chance and I'm absolutely blown away by the ease of use and all the out-of.the box functionality. Can't wait to dig in deeper. Laravel, here I come!
@wtfdoiputhereАй бұрын
this man has a really iconic voice to go along with his fantastic teaching
@feelingfun51495 ай бұрын
I start to understand why Laravel is becoming so popular given such quality tutorials 👍
@mwsschool5 күн бұрын
In all the video I watched for laravel tutorials this is the most clear and very simple which explained why laravel is the best framework for PHP and this have proven laravel is the most simple web framework that have simplicity and security, Hey Tylor I love Laravel. Thank you an excellent video tutor keept it up
@lordnjorogeАй бұрын
All my career I have been using worpress and have become very good at it, I want to grow out of that shell and this tutorials are very helpful. Thanks laracast team
@RSpyman25 күн бұрын
Great video. One issue, in the file web.php you did not mention importing the model Message using "use App\Models\Message;". This makes beginners who are watching your video fall off track with errors.
@thedude68104 ай бұрын
As a dev coming Symfony, there are things that I like about Laravel and there are things I don't like. Symfony scaffolding is much less tedious since you generate the controllers and models pretty quickly. The amount of plugins for Laravel is really nice though.
@2gbeh6 ай бұрын
24:25 When i saw that authorize method in StoreMessageRequest, it kind of reminded me of Policies. So then, what is the difference between writing auth guards in the Request vs creating a Policy for each controller method ?
@wodashekaf5 ай бұрын
Among many things to understand, the auth method in the request class expects the return type to be either true or false, depending on whatever logic you put in place. This doesn't interfere with writing policy, because using a similar policy it will be easier in that auth method to identify if the current auth->user has permission to perform that action. Second, some controller methods don't expect to have a request class, so policies here play an important role.
@johny-joe3 ай бұрын
Hello! Thanks for the example, but I can't see validation errors as you can on 12:00. In my case, this loop code works: @foreach($errors->default->messages() as $error){{ $error[0] }}@endforeach , because $errors have a large inner structure, and not just an array of strings....
@bitpilot796 ай бұрын
I would like to see more Laravel videos like this. Thank you!
@anasouardini3 ай бұрын
What's the point of not using Stacks? I might be wrong, but as a JS/TS developer, I only came to Laravel so I can kick-start my ideas ASAP.
@shishirkumarsky6 ай бұрын
I use docker environment (Devilbox), whenever I use Laravel new command to install the application, it never give me options to select various settings as yours, do I need update Laravel Installer in my environment?
@nabeelyousafpasha2 ай бұрын
Insightful 💡 Respect from Pakistan 🇵🇰
@rubiteve5 ай бұрын
An amazing job
@moiseprosper3752 ай бұрын
❤❤ more love jefery
@archimj036 ай бұрын
best refresher ❤
@armag1234565 ай бұрын
I know is a dumb question but, what browser is he using?
@louierichardson1235 ай бұрын
Arc
@jmora71016 ай бұрын
anybody knows what vs code theme he uses?
@MehmanAb-xq3pz6 ай бұрын
Carbon Theme (by Oscar Newman)
@PrinceJen-er9zeАй бұрын
Hurry video without steps title, most confuse video