Skip to content

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

License

Notifications You must be signed in to change notification settings

denizozturk/quick-command

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages