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

v1.0.0 2026-02-24 17:33 UTC

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 files
  • src/ package source code
  • tests/ package tests (Orchestra Testbench)