larabelt/workflow

Workflow package for any LaraBelt app.

2.0.20 2019-02-22 16:42 UTC

This package is auto-updated.

Last update: 2024-06-29 04:39:08 UTC


README

Installation

Add the ServiceProvider to the providers array in config/app.php

Belt\Workflow\BeltWorkflowServiceProvider::class,
# publish
php artisan belt-workflow:publish
composer dumpautoload

# migration
php artisan migrate

# seed
php artisan db:seed --class=BeltWorkflowSeeder

# compile assets
npm run