Build Your Own Custom Auth System with Fortify

Поделиться
HTML-код
  • Опубликовано: 5 ноя 2024

Комментарии • 37

  • @РНР
    @РНР Месяц назад

    I like how fortify has model relationships in traits, very clean approach.

  • @techfuture-code-tv
    @techfuture-code-tv Месяц назад +3

    This is awesome. I have been wondering can't we have such an empty views boiler plate auth system given room for most creative minds for frontend. This is really a germ. Thank you so much sir. Fortify all the way. I will not be deleting auth ui and breeze scaffold again. Just fotufy it, and use my amazing frontend design.

    • @LaravelPHP
      @LaravelPHP  Месяц назад

      Glad you like it. Thanks. People have very different wishes for the frontend so for Fortify it makes more sense to not provide any views for now. (Christoph)

  • @nerisonpitogo3717
    @nerisonpitogo3717 11 дней назад +1

    Will it work for a livewire volt component?

  • @joebashour
    @joebashour Месяц назад

    Thanks for the video! Great walkthrough.

    • @LaravelPHP
      @LaravelPHP  Месяц назад

      Glad you enjoyed it! 🙏 (Christoph)

  • @kwasiezor1630
    @kwasiezor1630 Месяц назад

    Nice video. Come to the right time for me... Great job

    • @LaravelPHP
      @LaravelPHP  Месяц назад

      Thanks a lot 🙏 (Christoph)

  • @minthantoo3509
    @minthantoo3509 29 дней назад

    Great video.
    So in short, if we want finished components and ui, we should use jetstream or breeze.
    If we want to implement components and ui ourselves but wanna use laravel backend, we should use Fortify.
    Please correct me if I am wrong.

    • @LaravelPHP
      @LaravelPHP  28 дней назад

      Yep that sounds right 👍 (Christoph)

  • @smokeyoak
    @smokeyoak Месяц назад

    Great one.

  • @kouceylahadji
    @kouceylahadji Месяц назад

    After watching the video I'm convinced to start with Laravel Breeze 🤣

    • @LaravelPHP
      @LaravelPHP  29 дней назад

      Whatever fits you best hehe (Christoph)

  • @cristhianjhlcom
    @cristhianjhlcom Месяц назад

    Great video, I am making my own startkit

    • @LaravelPHP
      @LaravelPHP  Месяц назад +1

      Awesome, have fun! 🙌 (Christoph)

    • @mrjafprogrammer2658
      @mrjafprogrammer2658 Месяц назад

      I am have also working on an open source auth statkit with laravel +htmx

  • @nikolaip.9944
    @nikolaip.9944 18 дней назад

    Any plans to extend it with additional features? For example, to allow users to change emails (that will require an additional table and multiple steps to confirm that the new email is in fact owned by the same user).

    • @LaravelPHP
      @LaravelPHP  14 дней назад

      Thanks for the feedback. Good point. I'll think about it (Christoph)

  • @murali-krishnan
    @murali-krishnan Месяц назад

    Hey @LaravelPHP, Why is this video missing? (Laracon US 2024 - Day 2 - Live from Dallas TX!).

  • @Ahmadsaddique99
    @Ahmadsaddique99 4 дня назад

    i receive the same error again and again Target [Laravel\Fortify\Contracts\LoginViewResponse] is not instantiable.

  • @dominikbetlej7114
    @dominikbetlej7114 25 дней назад

    Thx 🎉

    • @LaravelPHP
      @LaravelPHP  19 дней назад

      No problem 😀 (Christoph)

  • @tanvirashraf728
    @tanvirashraf728 27 дней назад

    Sir, is it possible to enhance laravel's performance with rust or c?

  • @dimitrisborbotsialos
    @dimitrisborbotsialos Месяц назад +1

    It seems simpler to just install Breeze and then change the views to your liking. You are practically re creating the same breeze view files.

    • @branditzjonas
      @branditzjonas Месяц назад

      It depends on what framework you are using. Let's say you want to use React or Vue, then you don't want to have all stuff scaffold, instead you have liberty to do what you want. Are you Bootstrap fan you can easily install that.

    • @kouceylahadji
      @kouceylahadji Месяц назад +1

      @@branditzjonas even if you use another css framework, you can easily change the classes for the component and all will be done quickly

    • @branditzjonas
      @branditzjonas Месяц назад

      @@kouceylahadji correct about other css framework. My main point was that it fits better with Fortify when using React or Vue or …

    • @smokeyoak
      @smokeyoak Месяц назад +1

      The breeze starter kit with react / inertia is killer. I'm old and stubborn and I like to write my own scss so I just pull out the tailwind

  • @mrjafprogrammer2658
    @mrjafprogrammer2658 Месяц назад

    I am have also working on an open source auth statkit with laravel +htmx

  • @SiadHR
    @SiadHR 23 дня назад

    sorry, what extension you use to see those commit
    changes

    • @LaravelPHP
      @LaravelPHP  19 дней назад

      These are VCS features included in PhpStorm. (Christoph)

  • @shayanCodingMaster
    @shayanCodingMaster Месяц назад

    Which code editor do you use sir?

    • @LaravelPHP
      @LaravelPHP  29 дней назад +1

      I use PhpStorm 🫡 (Christoph)

  • @silakanveli
    @silakanveli Месяц назад

    2factor walk missing?

    • @techfuture-code-tv
      @techfuture-code-tv Месяц назад +1

      Once you have the view, just invoke the method to get them connected. And go read documentation

    • @LaravelPHP
      @LaravelPHP  Месяц назад +1

      We couldn't fit all in the video. I hope the docs can help you there: laravel.com/docs/11.x/fortify#two-factor-authentication (Christoph)