Projectslaravel-actionsCompatibility

Laravel Actions

Package

Synchronously dispatched action classes for Laravel.

Upgrade Guide

Compatibility

Supported versions

PHPLaravelStatus
8.3, 8.4, 8.513.xSupported

Versioning

This package follows Semantic Versioning. Breaking changes are reserved for major releases.

Notes for contributors

composer test          # Pest
composer analyse       # PHPStan (level max)
composer format        # Pint (autofix)
composer format:check  # Pint (check only)

All three must pass before a change is merged.