laravel-eloquent-state-machines-demo icon indicating copy to clipboard operation
laravel-eloquent-state-machines-demo copied to clipboard

Demo repository for Laravel Eloquent State Machines package

Laravel Eloquent State Machines Demo

Demo repository for asantibanez/laravel-eloquent-state-machines package.

Preview

preview

Installation

Clone the repository and install dependencies via Composer. Setup .env and run migrations

git clone https://github.com/asantibanez/laravel-eloquent-state-machines-demo
cd laravel-eloquent-state-machines
composer install
cp .env.example .env
php artisan migrate

Head to / (root) and profit 💪