mgrimard / make-actions
A package that adds an artisan command make:action
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/mgrimard/make-actions
Requires
- php: >=8.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.5
README
A simple command to allow the quick bootstrapping of actions.
Installation and Usage
This package is intended for PHP 8 and Laravel 8 or higher.
Install using composer require --dev mgrimard/make-actions
Once installed, allows the usage of the command php artisan make:action MyNewAction.
License
The MIT License (MIT). Please see License File for more information.