Download the PHP package denizozturk/quick-command without Composer
On this page you can find all versions of the php package denizozturk/quick-command. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download denizozturk/quick-command
More information about denizozturk/quick-command
Files in denizozturk/quick-command
Package quick-command
Short Description This is a collection of quick commands for your laravel project. It includes commands for actions, enums, helper, traits and other stuff.
License MIT
Homepage https://github.com/denizozturk/quick-command
Informations about the package quick-command
quick-command
This is a collection of quick commands for your Laravel project. It includes commands for actions, enums, helper, traits, etc.
Installation
You can install the package via composer:
Usage
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:
Testing
TODO
- [ ] Add support to more types
- [ ] Add support for useful patterns
- [ ] Add support arguments for commands
Contributing
Please see CONTRIBUTING for details.
Credits
- Deniz ÖZTÜRK
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of quick-command with dependencies
spatie/laravel-package-tools Version ^1.9.2
illuminate/contracts Version ^9.0