magnetism/approval

There is no license information available for the latest version (dev-main) of this package.

Multi User / Multi Order By approval Management.

dev-main 2022-10-28 17:38 UTC

This package is auto-updated.

Last update: 2024-09-28 21:49:40 UTC


README

You can install the package via composer

composer require magnetism/approval

You can publish and run the migrations with

php artisan vendor:publish --provider="Magnetism\Approval\ApprovalServiceProvider" --tag="migrations"

php artisan migrate