yark / yark-actions
A simple Artisan command to generate action classes
Installs: 121
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
pkg:composer/yark/yark-actions
Requires
- illuminate/support: ^7.10
This package is auto-updated.
Last update: 2025-10-18 12:13:24 UTC
README
A simple Artisan command to generate action classes
Installation
composer require yark/yark-actions
Usage
This is a quick way of generating action classes. Actions classes should conform to the single responsibility principle and always operate using an execute method.
php artisan make:action CancelSubscriptionAction
License
Licensed under the MIT license