emilijus/bloom
Bloom is a Laravel 10 CRUD generator package. Install via composer and bloom:install to scaffold an admin dashboard, update the users table with an is_admin flag, or create an admin user. Use bloom:create to generate CRUD modules.
For Executives: "Bloom is a Laravel package that auto-generates admin CRUD interfaces in hours—not weeks. For our [internal tool]/[MVP], this cuts backend dev time by 50%, letting us focus on core features. It’s lightweight, Blade-based, and integrates with Laravel 10’s ecosystem. Low risk: if we outgrow it, we can refactor incrementally. Let’s use it to ship faster and validate demand before investing in custom solutions."
For Engineering: *"Bloom solves the ‘admin panel boilerplate’ problem for Laravel 10. It’s a CLI tool that generates:
is_admin flag for role management.Pros:
composer require, vendor:publish, bloom:install).Cons:
Recommendation: Use for internal tools or MVPs. If we need APIs or multi-tenancy later, we can replace it piecewise. Let’s prototype with it and measure dev velocity."*
How can I help you explore Laravel packages today?