yark/yark-actions

A simple Artisan command to generate action classes

1.0.1 2020-05-18 00:35 UTC

This package is auto-updated.

Last update: 2025-06-18 11:34:31 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