Skip to content

Installation

Requirements

  • PHP >= 8.4
  • Laravel >= 12.1

Installation

Install the package via composer:

bash
composer require farbcode/laravel-stateful-resources

Publish the configuration file with:

bash
php artisan vendor:publish --tag="stateful-resources-config"

Released under the MIT License.