fibers/rocket
Fibers Rocket adds developer-friendly Artisan commands to quickly scaffold common Laravel parts—models, controllers, migrations, views, layouts, routes, and more. Templates follow Laravel conventions, are easy to customize, and commands are context-aware to auto-fill boilerplate.
Pros:
require-dev), avoiding runtime overhead or framework modifications.Cons:
make:model now supports --api, --resource flags). May conflict or require overrides.@vite, @stack, and other directives not accounted for in 2019 templates.fillable, casts). Works if your app adheres to standard practices, but custom accessors/mutators may break scaffolding.make:test or third-party tools.make:model, make:controller) have improved significantly since 2019. This package may duplicate or conflict with them.spatie/laravel-permission integration) or new features (e.g., Laravel 10’s model:convert) could invalidate templates.laravel-shift, laravel-ide-helper (for IDE support), or Laravel’s first-party tools.composer require-dev fibers/rocket).fibers:create, migration scaffolding, and view generation.resources/views/vendor/fibers-rocket/ or via config.@vite directives if using Vite.ResourceController by default").artisan make: commands for critical paths.| Laravel Feature | Compatibility Risk | Mitigation |
|---|---|---|
| Laravel 10+ | High (templates/artisan commands outdated) | Fork and update or use a compatibility layer. |
| PHP 8.2+ | Medium (syntax changes, e.g., union types) | Polyfills or template patches. |
| Custom Eloquent Models | High (assumes standard conventions) | Extend templates or pre-process models. |
| Vite/Laravel Mix | High (Blade templates lack @vite support) |
Post-generation sed/replace or custom templates. |
| API Resources | Medium (may generate full MVC instead of API) | Filter commands or post-process files. |
| Database: MySQL/PostgreSQL | Low (uses Eloquent conventions) | Test with your DB dialect. |
make:model --migration, custom scripts).make:model, make:migration, and make:controller with Rocket equivalents.fibers:create for full MVC scaffolding.make:model --factory may conflict with Rocket’s --factory flag.symfony/console, illuminate/support).make:resource) when feasible.fibers:create for new features").How can I help you explore Laravel packages today?