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.
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)
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.
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).
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.
I like how fortify has model relationships in traits, very clean approach.
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.
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)
Will it work for a livewire volt component?
Thanks for the video! Great walkthrough.
Glad you enjoyed it! 🙏 (Christoph)
Nice video. Come to the right time for me... Great job
Thanks a lot 🙏 (Christoph)
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.
Yep that sounds right 👍 (Christoph)
Great one.
Thanks! (Christoph)
After watching the video I'm convinced to start with Laravel Breeze 🤣
Whatever fits you best hehe (Christoph)
Great video, I am making my own startkit
Awesome, have fun! 🙌 (Christoph)
I am have also working on an open source auth statkit with laravel +htmx
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).
Thanks for the feedback. Good point. I'll think about it (Christoph)
Hey @LaravelPHP, Why is this video missing? (Laracon US 2024 - Day 2 - Live from Dallas TX!).
i receive the same error again and again Target [Laravel\Fortify\Contracts\LoginViewResponse] is not instantiable.
Thx 🎉
No problem 😀 (Christoph)
Sir, is it possible to enhance laravel's performance with rust or c?
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.
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.
@@branditzjonas even if you use another css framework, you can easily change the classes for the component and all will be done quickly
@@kouceylahadji correct about other css framework. My main point was that it fits better with Fortify when using React or Vue or …
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
I am have also working on an open source auth statkit with laravel +htmx
sorry, what extension you use to see those commit
changes
These are VCS features included in PhpStorm. (Christoph)
Which code editor do you use sir?
I use PhpStorm 🫡 (Christoph)
2factor walk missing?
Once you have the view, just invoke the method to get them connected. And go read documentation
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)