LaravelPackages.net
Acme Inc.
Toggle sidebar
denizozturk/quick-command

This is a collection of quick commands for your laravel project. It includes commands for actions, enums, helper, traits and other stuff.

42
2
v1.0
About denizozturk/quick-command

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-command

This is a collection of quick commands for your Laravel project. It includes commands for actions, enums, helper, traits, etc.

Latest Version on Packagist GitHub Tests Action Status Total Downloads

Installation

You can install the package via composer:

composer require denizozturk/quick-command

Usage

php artisan quick:make CollectionName --type=action

Note You can use php artisan quick:make command with --type=action or --type=contract or --type=enum or --type=helper or --type=trait

Warning If you created a global helper, you should update your compose.json file. As you can see in the example below:

{
  "autoload": {
    "files": [
      "app/Helpers/helpers.php"
    ]
  }
}

Testing

composer test

TODO

  • [ ] Add support to more types
  • [ ] Add support for useful patterns
  • [ ] Add support arguments for commands

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

Star History Chart