Libraries tagged by php artisan make
jornatf/laravel-trait-generator
18 Downloads
A Laravel Package to make Trait with artisan CLI.
thiagobrauer/laravel-incremental-migrations
77 Downloads
This Laravel package extends the command php artisan make:migration to add an incremental number at the end of a migration file, if there is already another migration with the same name. It also has its own artisan command to fix the names of the existing migrations.
bahir24/lararepocom
13 Downloads
Add artisan command to create repository by "php artisan make:repository ModelRepository"
double-a/laravel-init
8 Downloads
Making php artisan init command to make project initializing easy
dominikstyp/laravel-model-abstractor
9 Downloads
Makes AbstractModel inside app/models directory, changes make:model command to generate models which inherit from AbstractModel, and provides php artisan command to move your existing models to app/models directory and change their inheritance to AbstractModel. Thanks to that all your models will inherit from your custom class.
mateusjatenee/laravel-artisan-extended
7 Downloads
PHP project.
jakebathman/list-custom-artisan-commands
14 Downloads
List only Artisan commands that fall under the application's App\ namespace, using much the same output as php artisan list.