Download the PHP package hachicode/action-pattern without Composer
On this page you can find all versions of the php package hachicode/action-pattern. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hachicode/action-pattern
More information about hachicode/action-pattern
Files in hachicode/action-pattern
Download hachicode/action-pattern
More information about hachicode/action-pattern
Files in hachicode/action-pattern
Vendor hachicode
Package action-pattern
Short Description This package implements actions for Laravel 11 based in Command pattern for execute functions in the granular way
License MIT
Package action-pattern
Short Description This package implements actions for Laravel 11 based in Command pattern for execute functions in the granular way
License MIT
Please rate this library. Is it a good library?
Informations about the package action-pattern
Action Pattern
This package implements a basic action pattern, based in command pattern using the Validator by default from laravel
Features
- Command for create action
- Config file for custom directory based in namespace configured and psr-4 standard
Instructions
Commands
Generate command without validation
Generate command with validation
Structure the classes generated
Action simple
Action validated
Execute the action
use App\Actions\LoginValidatedAction;
// ...
$result = LoginValidatedAction::run($data);
...
All versions of action-pattern with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
^11.0 || ^12.0
The package hachicode/action-pattern contains the following files
Loading the files please wait ....