I'm using Laravel 11. I tried to do php artisan make:auth I know it's outdated. I know I could use ui/auth I think it is. But which is preferred? the UI or Breeze, or Jetstream? I couldn't find a lot of guidance and old references.
You can prefer Laravel Jetstream or Laravel Breeze for Laravel 11
In Laravel 5.8 and later versions, the "make:auth" command was removed from the core framework. Instead, Laravel Bootstrap Auth UI, Breeze or Laravel Jetstream can be used for authentication scaffolding. Breeze, Bootstrap Auth, and Jetstream provides minimalistic authentication views, while Jetstream offers more features like teams and API support.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community