accrossan / action-handler
Laravel action handler package.
v1.0.0
2026-02-24 17:33 UTC
Requires
- php: ^8.3
- illuminate/support: ^11.0|^12.0
- spatie/laravel-package-tools: ^1.92
- spatie/laravel-queueable-action: ^2.16
Requires (Dev)
- larastan/larastan: ^3.9
- orchestra/testbench: ^9.0|^10.0
- phpunit/phpunit: ^10.5
This package is not auto-updated.
Last update: 2026-03-11 16:42:26 UTC
README
Laravel action handler package scaffold.
Requirements
- PHP 8.3+
- Laravel 11 or 12
Install
composer require accrossan/action-handler
Configuration
The package registers config/action-handler.php. You can publish it in a Laravel app:
php artisan vendor:publish --tag=action-handler-config
Development
Install dependencies:
composer install
Run tests:
composer test
Package Structure
config/package config filessrc/package source codetests/package tests (Orchestra Testbench)