Registry / web-framework / lorisleiva-laravel-actions

lorisleiva-laravel-actions

JSON →
library2.9.1phppackagistunverified

Laravel components that take care of one specific task, providing a structured way to handle actions.

composer require lorisleiva/laravel-actions
INSTALL
IMPORT
SIG · LORISLEIVA-LARAVEL
L
lorisleiva-laravel-actions
web-frameworkphpv2.9.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Action
use Lorisleiva\LaravelActions\Action;

Define and execute a simple action.

use Lorisleiva\LaravelActions\Action; class SendWelcomeEmail extends Action { public function handle(User $user) { // Send email logic } } SendWelcomeEmail::run($user);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.9.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
lorisleiva-laravel-actions — pip install lorisleiva-laravel-actions · libregistry