helixar / laraconsole
A useful Laravel command list
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/helixar/laraconsole
This package is auto-updated.
Last update: 2025-12-29 03:20:11 UTC
README
A useful Laravel command list
The php artisan laraconsole:all {name} command
This command will create :
- a Model, adding a doc to have a better completion
- a Migration
- a Seeder, add return types
- a Factory, add return types
- an Observer, generated with the model and all FQN are simplified
- a FormRequest, authorize is set to true by default
- a Controller, with functional code inside
- Blade views, the extends and the section are already completed
It also displays the layout of the roads in a table

The php artisan laraconsole:fill {model} command
this command will retrieve the fillable fields and will allow you to fill them in as a question, it will then save the registered data in the database