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!
@wtfdoiputhere3 ай бұрын
this man has a really iconic voice to go along with his fantastic teaching
@feelingfun51497 ай бұрын
I start to understand why Laravel is becoming so popular given such quality tutorials 👍
@mwsschoolАй бұрын
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
@2gbeh7 ай бұрын
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 ?
@shadowfake.s6 ай бұрын
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-joe4 ай бұрын
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....
@thedude68105 ай бұрын
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.
@GergelyCsermely3 күн бұрын
nice work, thanks
@shishirkumarsky7 ай бұрын
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?
@RSpyman2 ай бұрын
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.
@bitpilot797 ай бұрын
I would like to see more Laravel videos like this. Thank you!
@anasouardini4 ай бұрын
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.
@nabeelyousafpasha4 ай бұрын
Insightful 💡 Respect from Pakistan 🇵🇰
@moiseprosper3754 ай бұрын
❤❤ more love jefery
@jmora71017 ай бұрын
anybody knows what vs code theme he uses?
@MehmanAb-xq3pz7 ай бұрын
Carbon Theme (by Oscar Newman)
@rubiteve7 ай бұрын
An amazing job
@archimj037 ай бұрын
best refresher ❤
@armag1234567 ай бұрын
I know is a dumb question but, what browser is he using?
@louierichardson1237 ай бұрын
Arc
@PrinceJen-er9ze3 ай бұрын
Hurry video without steps title, most confuse video
@udayworldwide26 күн бұрын
it is not a full course. It is a teaser/demo like thing, which may create interest so that you may go to other 8+ hours video by Jeffry. Check the playlists in the channel.