Download the PHP package robinwieske/laravel-action-command without Composer
On this page you can find all versions of the php package robinwieske/laravel-action-command. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download robinwieske/laravel-action-command
More information about robinwieske/laravel-action-command
Files in robinwieske/laravel-action-command
Package laravel-action-command
Short Description This package provides a simple `make:action` command to generate invokable action classes
License MIT
Homepage https://github.com/robinwieske/laravel-action-command
Informations about the package laravel-action-command
This package provides a simple action:make
command to generate invokable action classes
This package allows you to easily create Action
classes in your laravel project. You can either just use the
php artisan make:model
command and pass the --actions
flag to create Create{Model}Action
, Update{Model}Action
and Delete{Model}Action
actions or you can directly use php artisan make:action
.
Installation
You can install the package via composer:
Usage
Create an action class directly:
Or pass the --actions
flag to your php artisan make:model
command:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
- Robin Wieske
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-action-command with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0||^12.0