admin-project/admin-bundle
Admin bundle for Laravel projects, providing a ready-to-use admin foundation with common utilities and configuration to speed up building back-office features. Install, configure, and extend it to fit your app’s admin workflows and UI needs.
admin-bundle provides a modular, reusable admin interface layer, which aligns well with Laravel’s MVC architecture. It abstracts CRUD operations, authentication, and UI generation, reducing boilerplate for backend management interfaces.config/admin.php, service providers), minimizing invasive changes to existing codebases.laravel/framework, spatie/laravel-permission). Dependency resolution (Composer) will need validation.Auth::user()), but may require adjustments for custom auth backends (e.g., Sanctum, Passport)./admin) could be exposed to brute-force attacks if not secured.spatie/laravel-permission or similar?User) to test CRUD functionality.config/admin.php) and route generation (php artisan admin:make).resources/views/vendor/admin/*) for branding/UI changes.AdminBundleEvents::MODEL_CREATED) or service providers.backpack/l5, orchid/software).composer why-not admin-project/admin-bundle to identify conflicts.composer require admin-project/admin-bundle.php artisan vendor:publish --provider="AdminProject\AdminBundle\AdminServiceProvider".config/admin.php.config/admin.php) simplifies maintenance but risks misconfigurations if not version-controlled.AdminBundleLogger).with() clauses, caching).tenant_id column)./admin/users) may clash with existing routes. Use route namespacing or middleware to isolate.throttle middleware and IP whitelisting.How can I help you explore Laravel packages today?