yark/yark-actions

A simple Artisan command to generate action classes

Maintainers

Package info

github.com/YarkHQ/yark-actions

Issues

pkg:composer/yark/yark-actions

Statistics

Installs: 121

Dependents: 0

Suggesters: 0

Stars: 0

1.0.1 2020-05-18 00:35 UTC

This package is auto-updated.

Last update: 2026-02-18 12:54:36 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