fukibay/laravel-starter-pack
Interactive Laravel starter pack for clean architecture with Repository/Service layers. One install command scaffolds base infrastructure, error handling, helpers, and DB config. Includes smart make commands, SoftDeletes auto-detection, QueryParameters DTO, MySQL/PostgreSQL support.
App\Repositories, App\Services), reducing friction for teams already familiar with the framework.fukibay:install command abstracts repetitive setup (e.g., database drivers, migrations), but customization may require manual overrides post-installation.composer require fukibay/laravel-starter-pack.php artisan fukibay:install and follow the interactive prompts.php artisan fukibay:make:repository and php artisan fukibay:make:service for scaffolding.App/Repositories/Custom), but this requires understanding its file structure.How can I help you explore Laravel packages today?