rahasistiyak/laravel-super-artisan
run:workflow) can replace manual php artisan chaining, improving developer velocity.make:model) differ from defaults.make:super via code).make:super for 1–2 common use cases (e.g., model+controller+migration).super-artisan.php to match project conventions (paths, stubs).make: commands with make:super for new features.run:workflow for deployment-like tasks.php artisan migrate --seed in deploy pipelines).make: templates.composer require + vendor:publish in a feature branch.make:super with --help to validate options.super-artisan.php) simplifies updates.--path=Modules/ for all make:super calls").make:super syntax and workflows.| Scenario | Impact | Mitigation |
|---|---|---|
| Package stops updating | Broken workflows, stale stubs | Fork and maintain locally. |
| Custom blueprint errors | Incorrect file generation | Validate outputs with tests. |
| Workflow conflicts | CI/CD pipeline failures | Test workflows in isolation. |
| PHP/Laravel version drift | Compatibility breaks | Pin versions in composer.json. |
| Over-aggressive adoption | Team resistance to new tooling | Pilot with opt-in teams first. |
make:super flags and basic workflows.make:super.--with-migration --livewire).How can I help you explore Laravel packages today?