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-03-29 03:50:51 UTC


README

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