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