l5starter/core
Laravel 5.4 core starter package bundling common providers (Repository, Flash, Collective HTML) plus a CoreServiceProvider. Includes publishable config and supports Laravel auth scaffolding and migrations for quick project setup.
laracasts/flash, collective/html, and prettus/repository (via make:auth) into a single package, simplifying dependency resolution and reducing composer.json clutter.make:auth with Jetstream/Sanctum) and deprecate prettus/repository.make:auth generates legacy Breeze/Jetstream-like scaffolding, which may conflict with modern auth stacks (e.g., Passport, Sanctum).laravel-shift/blueprint (for scaffolding).laravel/ui (for auth scaffolding in newer Laravel).laracasts/flash + collective/html if only those features are needed.For Executives: "This package cuts 3–5 days off Laravel 5.4 app development by bundling authentication, forms, and flash notifications into a single dependency. Ideal for internal tools or prototypes where speed trumps customization. However, it’s not production-ready for new projects due to lack of maintenance—better suited for legacy systems or learning environments."
For Engineering: *"L5Starter/Core provides a pre-configured Laravel 5.4 stack with:
make:auth for legacy auth).laravel/ui or breeze."*How can I help you explore Laravel packages today?