laravel/ui
Legacy Laravel package that adds Bootstrap, Vue, or React frontend scaffolding and simple auth (login/registration) via Artisan (php artisan ui ... --auth). Works with modern Laravel, but Breeze or Jetstream are recommended for new apps.
UiCommand system."Laravel UI lets us ship authenticated user flows in hours, not weeks—critical for [MVP launch date] or [internal tool adoption]. It’s like using a pre-built Lego set for login screens, registration, and password resets, while keeping our backend in Laravel. This reduces frontend dev costs by ~40% and aligns with our tech stack (Bootstrap 5, Vue/React). For [Project X], it’ll cut our Q1 timeline by 2 weeks. After launch, we can customize or migrate to Jetstream if needed."
Key Metrics to Highlight:
*"This package gives us three levers for trade-offs:
php artisan ui vue --auth generates login, registration, password reset, and email verification in one command—ready for Blade/Vue integration.app.scss.UiCommand::macro('tailwind')).Trade-offs:
AuthenticatesUsers trait).Recommendation: Use this for auth scaffolding in new projects and pair it with our existing [Design System] for consistency. For [Project Y], we should evaluate Jetstream if we need teams/profiles."*
Tech Deep Dive:
resources/views/auth/).resources/js/app.js).app/Http/Controllers/Auth/).How can I help you explore Laravel packages today?