This was super awesome to watch, Mohammed. The basic explanation in the beginning really helped but the rest of the tutorial in perspective. Super excited to code using Laravel!
I wish laravel UI was still in development. I know about breeze but UI was easier to customize with the traits. Breeze has so much other special sauce that I don’t need. I hope in future videos you’ll cover throttling
perhaps it will be more convenience if this and the following episodes will maintain and develop from the same codebase from the beginning as this is a same learning series, or provide the link for the source for easing the practice along, especially the new comer...
I think it would also be good if sometimes you go more in depth so that new developers understand how things work. E.g. when you talked about the auth() helper method that returns the interface AuthFactory, it may be confusing for someone new to hear "returns an interface". Like "what, it returns an interface? but an interface doesn't have methods defined". Other than that, great content.
laravel has already made a bunch of default configurations about this. One may change it according to their needs otherwise, the first time you run the migrate command a table named 'users' is created along with all the stuff it might need such as the coresponding model, etc. also the default users table contains default columns such as email and password. the auth() command works with this in mind. Some of these configurations can be changed in the config>auth.php. I'm not a guru (yet), just my two cents 😁
This was super awesome to watch, Mohammed. The basic explanation in the beginning really helped but the rest of the tutorial in perspective. Super excited to code using Laravel!
I wish laravel UI was still in development. I know about breeze but UI was easier to customize with the traits. Breeze has so much other special sauce that I don’t need. I hope in future videos you’ll cover throttling
competitive content and great information explanation .. thanks very much mohamed.
#continue making wonderful tutorials
What i learnt from this tutorial is, Said hates facades and love the helper functions.. 🤭🤭🤭
I use helpers when possible yes :D
Facades -> helper functions -> dependency injection :)
thanks, Do you have any plan to make some other tutorials for queue, jobs in complex scenarios?
This would be great. I need a better understanding of these tokens.
Yes. Will cover queues in future videos
@@themsaid yesssss, yesss, thank you, Bus,queue,job,chain.... are strongest powers of laravel. thank you🙏🙏🙏
@@themsaid thank you 🙏
Thank you, great session, very helpful.
Thank you! This is what I have been looking for.
Need a video tutorial for creating and maintaining complex query by using eloquent ORM .
you make my life easy... thanks
perhaps it will be more convenience if this and the following episodes will maintain and develop from the same codebase from the beginning as this is a same learning series, or provide the link for the source for easing the practice along, especially the new comer...
I think it would also be good if sometimes you go more in depth so that new developers understand how things work. E.g. when you talked about the auth() helper method that returns the interface AuthFactory, it may be confusing for someone new to hear "returns an interface". Like "what, it returns an interface? but an interface doesn't have methods defined". Other than that, great content.
Thanks Mr. Mohamed
i'm watching this video to learn laravel auth then i realize that my name is also mohamed said 😂😂😂😂😂😂
But you still using old version writing the controller@function in the route web.php!
This doesnt seem to work in Laravel 9. I know many will get stuck.
Wait, it has a built-in auth middleware right?
do you prefer to use helpers instead of facades on controllers?
Yes. It’s a personal preference
this is helpful, but how can get the email and password from my phpadmin database?
is there any laravel developer job in florida, i'm from india
first of all thank you,
my question, are there any plans to make official package like laravel Sanctum for lumen?
No plans so far
@@themsaid thanks please can you provide us source code if possible? when i watch tutorial i always code along.
cod?
you'are perfect thank youuuuuuuuuuuuuuuu so much
4:00 this password appears to be hashed and seeded, yes? Worth calling out that we need to do both
Thanks
sail command is not working
perfect
When I added auth middleware to Route dashboard return to login although I logged in
auth()->attempt(request()->only(['email', 'password']))
how auth will know that i have to check this data in this table and check only these columns ?
laravel has already made a bunch of default configurations about this. One may change it according to their needs otherwise, the first time you run the migrate command a table named 'users' is created along with all the stuff it might need such as the coresponding model, etc. also the default users table contains default columns such as email and password. the auth() command works with this in mind. Some of these configurations can be changed in the config>auth.php.
I'm not a guru (yet), just my two cents 😁
Hello need ur help
this is not working
Poor
Intro music horrible. Please change to something nicer...
Any suggestions?