This is a collection of quick commands for your laravel project. It includes commands for actions, enums, helper, traits and other stuff.
denizozturk/quick-command is a Laravel package for this is a collection of quick commands for your laravel project. it includes commands for actions, enums, helper, traits and other stuff..
It currently has 2 GitHub stars and 42 downloads on Packagist (latest version v1.0).
Install it with composer require denizozturk/quick-command.
Discover more Laravel packages by denizozturk
or browse all Laravel packages to compare alternatives.
Last updated
quick-commandThis is a collection of quick commands for your Laravel project. It includes commands for actions, enums, helper, traits, etc.
You can install the package via composer:
composer require denizozturk/quick-command
php artisan quick:make CollectionName --type=action
Note You can use
php artisan quick:makecommand with--type=actionor--type=contractor--type=enumor--type=helperor--type=trait
Warning If you created a global helper, you should update your
compose.jsonfile. As you can see in the example below:
{
"autoload": {
"files": [
"app/Helpers/helpers.php"
]
}
}
composer test
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.