Libraries tagged by php artisan make
kimchanhyung98/laravel-service-maker
617 Downloads
Use it instead of directly creating a Trait.
mostafizurmaruf/bingo-crud
0 Downloads
Scaffold a complete Laravel CRUD stack (model, migration, form request, resource controller, Blade views and route) from a single schema string via `php artisan make:crud`.
mont4/laravelmaker
136 Downloads
php artisan make:all for Laravel with Make and generate Laravel 'Controller, Request, Model, Factory, Seed, Migration, Translation, Policy & Permissions' compatible.
jornatf/laravel-trait-generator
27 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
15 Downloads
Add artisan command to create repository by "php artisan make:repository ModelRepository"
double-a/laravel-init
9 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.
l0n3ly/laravel-dynamic-helpers
331 Downloads
Laravel Dynamic Helpers is a package that dynamically resolves helper classes and provides an Artisan command to generate custom helpers in your app/Helpers directory, making helper management effortless and fully automated.
mateusjatenee/laravel-artisan-extended
7 Downloads
PHP project.
jakebathman/list-custom-artisan-commands
20 Downloads
List only Artisan commands that fall under the application's App\ namespace, using much the same output as php artisan list.