laravel/ui
Legacy Laravel package for Bootstrap/Vue/React frontend and simple auth scaffolding. Install via Composer, then run php artisan ui {bootstrap|vue|react} [--auth] to generate UI and login/registration scaffolds. Consider Breeze or Jetstream for new apps.
laravel/ui for authentication flows in early-stage projects (e.g., SaaS prototypes, internal tools).Adopt if:
Look elsewhere if:
For Executives: "Laravel UI lets us ship authenticated web apps 30–50% faster by providing pre-built login, registration, and dashboard templates using Bootstrap, Vue, or React. It’s like using a ‘starter kit’ for the frontend—no need to hire a designer or build auth from scratch. Ideal for MVPs, internal tools, or low-complexity products. We’ll replace it later if we scale (e.g., with Jetstream or a custom UI), but it saves months of dev time upfront. Cost: Free (MIT license)."
For Engineering: *"This package gives us:
For Developers:
*"Run composer require laravel/ui and php artisan ui vue --auth to get:
npm run dev for live reloading during development. For production, run npm run build."*How can I help you explore Laravel packages today?