I like how fortify has model relationships in traits, very clean approach.
@techfuture-code-tv4 ай бұрын
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.
@LaravelPHP4 ай бұрын
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)
@joebashour4 ай бұрын
Thanks for the video! Great walkthrough.
@LaravelPHP4 ай бұрын
Glad you enjoyed it! 🙏 (Christoph)
@kwasiezor16304 ай бұрын
Nice video. Come to the right time for me... Great job
@LaravelPHP4 ай бұрын
Thanks a lot 🙏 (Christoph)
@kouceylahadji4 ай бұрын
After watching the video I'm convinced to start with Laravel Breeze 🤣
@LaravelPHP4 ай бұрын
Whatever fits you best hehe (Christoph)
@cristhianjhlcom4 ай бұрын
Great video, I am making my own startkit
@LaravelPHP4 ай бұрын
Awesome, have fun! 🙌 (Christoph)
@mrjafprogrammer26584 ай бұрын
I am have also working on an open source auth statkit with laravel +htmx
@minthantoo35094 ай бұрын
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.
@LaravelPHP4 ай бұрын
Yep that sounds right 👍 (Christoph)
@smokeyoak4 ай бұрын
Great one.
@LaravelPHP4 ай бұрын
Thanks! (Christoph)
@nerisonpitogo37173 ай бұрын
Will it work for a livewire volt component?
@nikolaip.99443 ай бұрын
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).
@LaravelPHP3 ай бұрын
Thanks for the feedback. Good point. I'll think about it (Christoph)
@dominikbetlej71144 ай бұрын
Thx 🎉
@LaravelPHP3 ай бұрын
No problem 😀 (Christoph)
@romeo-paquiАй бұрын
Hey!!! Thanks for the video! I'm using Laravel Fortify for my API authentication. But when I am already logged and I try to login again, it redirect me to the base URL ("/"). Samething when I want to register after login. I try to change the 'home' path in the fortify.php config file, but it not work. Any idea how I can change this?
@mrjafprogrammer26584 ай бұрын
I am have also working on an open source auth statkit with laravel +htmx
@jyy33382 ай бұрын
im using laravel inertia react and when i installed fortify it does make the routes and other controller files except for the actions and provider can you help me sir
@murali-krishnan4 ай бұрын
Hey @LaravelPHP, Why is this video missing? (Laracon US 2024 - Day 2 - Live from Dallas TX!).
@Ahmadsaddique993 ай бұрын
i receive the same error again and again Target [Laravel\Fortify\Contracts\LoginViewResponse] is not instantiable.
@dimitrisborbotsialos4 ай бұрын
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.
@branditzjonas4 ай бұрын
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.
@kouceylahadji4 ай бұрын
@@branditzjonas even if you use another css framework, you can easily change the classes for the component and all will be done quickly
@branditzjonas4 ай бұрын
@@kouceylahadji correct about other css framework. My main point was that it fits better with Fortify when using React or Vue or …
@smokeyoak4 ай бұрын
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
@SiadHR3 ай бұрын
sorry, what extension you use to see those commit changes
@LaravelPHP3 ай бұрын
These are VCS features included in PhpStorm. (Christoph)
@tanvirashraf7284 ай бұрын
Sir, is it possible to enhance laravel's performance with rust or c?
@Sdirimohamedsalah2 ай бұрын
Use CGI or implement your own optimized c compiled to a php function. But it’s hard
@coding-master-shayan4 ай бұрын
Which code editor do you use sir?
@LaravelPHP4 ай бұрын
I use PhpStorm 🫡 (Christoph)
@silakanveli4 ай бұрын
2factor walk missing?
@techfuture-code-tv4 ай бұрын
Once you have the view, just invoke the method to get them connected. And go read documentation
@LaravelPHP4 ай бұрын
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)