accrossan / action-handler
Laravel action handler package.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/accrossan/action-handler
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-02-25 00:09:17 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)