04 - Authenticating Users in

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

ความคิดเห็น • 44

  • @juviscript
    @juviscript 6 หลายเดือนก่อน +1

    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!

  • @sherwinm
    @sherwinm 3 ปีที่แล้ว +4

    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

  • @Abdulrahman-Mohamed
    @Abdulrahman-Mohamed ปีที่แล้ว

    competitive content and great information explanation .. thanks very much mohamed.
    #continue making wonderful tutorials

  • @MuhammadImran-vh9er
    @MuhammadImran-vh9er 3 ปีที่แล้ว +4

    What i learnt from this tutorial is, Said hates facades and love the helper functions.. 🤭🤭🤭

    • @themsaid
      @themsaid 3 ปีที่แล้ว +1

      I use helpers when possible yes :D

    • @jimbolino
      @jimbolino 3 ปีที่แล้ว

      Facades -> helper functions -> dependency injection :)

  • @p30mehrdad
    @p30mehrdad 3 ปีที่แล้ว +3

    thanks, Do you have any plan to make some other tutorials for queue, jobs in complex scenarios?

    • @ronaldngarombo1026
      @ronaldngarombo1026 3 ปีที่แล้ว

      This would be great. I need a better understanding of these tokens.

    • @themsaid
      @themsaid 3 ปีที่แล้ว +3

      Yes. Will cover queues in future videos

    • @p30mehrdad
      @p30mehrdad 3 ปีที่แล้ว

      @@themsaid yesssss, yesss, thank you, Bus,queue,job,chain.... are strongest powers of laravel. thank you🙏🙏🙏

    • @AimerYui
      @AimerYui 3 ปีที่แล้ว

      @@themsaid thank you 🙏

  • @user-vy7fn9vo7d
    @user-vy7fn9vo7d ปีที่แล้ว

    Thank you, great session, very helpful.

  • @CoderGeek-u6m
    @CoderGeek-u6m 5 หลายเดือนก่อน

    Thank you! This is what I have been looking for.

  • @imranhossain-qp8ej
    @imranhossain-qp8ej 3 ปีที่แล้ว

    Need a video tutorial for creating and maintaining complex query by using eloquent ORM .

  • @othmaniissa1172
    @othmaniissa1172 ปีที่แล้ว +1

    you make my life easy... thanks

  • @siangboongoh3076
    @siangboongoh3076 3 ปีที่แล้ว

    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...

  • @thelostrider1
    @thelostrider1 3 ปีที่แล้ว +3

    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.

  • @freeEgyptian
    @freeEgyptian 6 หลายเดือนก่อน

    Thanks Mr. Mohamed

  • @simosaad9134
    @simosaad9134 ปีที่แล้ว +2

    i'm watching this video to learn laravel auth then i realize that my name is also mohamed said 😂😂😂😂😂😂

  • @mohamadcheaib
    @mohamadcheaib 3 ปีที่แล้ว +2

    But you still using old version writing the controller@function in the route web.php!

    • @kennethkipchumba2532
      @kennethkipchumba2532 ปีที่แล้ว

      This doesnt seem to work in Laravel 9. I know many will get stuck.

  • @olga_lc
    @olga_lc ปีที่แล้ว

    Wait, it has a built-in auth middleware right?

  • @bolaufv
    @bolaufv 3 ปีที่แล้ว

    do you prefer to use helpers instead of facades on controllers?

    • @themsaid
      @themsaid 3 ปีที่แล้ว +1

      Yes. It’s a personal preference

  • @stein341
    @stein341 11 หลายเดือนก่อน

    this is helpful, but how can get the email and password from my phpadmin database?

  • @fitbouncer6795
    @fitbouncer6795 3 ปีที่แล้ว +1

    is there any laravel developer job in florida, i'm from india

  • @bendo01
    @bendo01 3 ปีที่แล้ว

    first of all thank you,
    my question, are there any plans to make official package like laravel Sanctum for lumen?

    • @themsaid
      @themsaid 3 ปีที่แล้ว

      No plans so far

    • @MULTICODE
      @MULTICODE 3 ปีที่แล้ว

      @@themsaid thanks please can you provide us source code if possible? when i watch tutorial i always code along.

  • @edreesalhamli4523
    @edreesalhamli4523 8 หลายเดือนก่อน +1

    cod?

  • @sanaeareina5371
    @sanaeareina5371 ปีที่แล้ว

    you'are perfect thank youuuuuuuuuuuuuuuu so much

  • @LukePighetti
    @LukePighetti ปีที่แล้ว

    4:00 this password appears to be hashed and seeded, yes? Worth calling out that we need to do both

  • @GergelyCsermely
    @GergelyCsermely 3 ปีที่แล้ว +1

    Thanks

  • @morrocantuning6254
    @morrocantuning6254 ปีที่แล้ว +1

    sail command is not working

  • @MohabZalat
    @MohabZalat 11 หลายเดือนก่อน

    perfect

  • @MohamedAhmed-oy6wh
    @MohamedAhmed-oy6wh ปีที่แล้ว

    When I added auth middleware to Route dashboard return to login although I logged in

  • @artahir123
    @artahir123 ปีที่แล้ว

    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 ?

    • @mukailarashid5428
      @mukailarashid5428 ปีที่แล้ว

      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 😁

  • @rawaomer9169
    @rawaomer9169 3 ปีที่แล้ว +1

  • @isstudents7923
    @isstudents7923 2 ปีที่แล้ว

    Hello need ur help

  • @a.....6295
    @a.....6295 2 หลายเดือนก่อน

    this is not working

  • @anujverma8057
    @anujverma8057 8 หลายเดือนก่อน

    Poor

  • @PetarVasilevX
    @PetarVasilevX 3 ปีที่แล้ว +1

    Intro music horrible. Please change to something nicer...

    • @themsaid
      @themsaid 3 ปีที่แล้ว +1

      Any suggestions?