A Cli tool to save you time, and gives you the power to scaffold all of your models,controllers,commands... at once
You can install the package via composer:
composer require coderflexx/laracommand --dev
Or, if you are using v8
you can install v1.*
composer require "coderflexx/laracommand ^1" --dev
Use the commands like using laravel
make commands
- make model command
php artisan laracommand:make-model FirstModel SecondModel
You can generate as many as you want of models, and you can add options like make:model
command
Check out the docs for more, just replace make:model
with laracommand:make-model
composer test
This package is for development use only, you are free to disable/remove it once you are done with.
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.