Download the PHP package square-bit/laravel-workflow without Composer
On this page you can find all versions of the php package square-bit/laravel-workflow. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download square-bit/laravel-workflow
More information about square-bit/laravel-workflow
Files in square-bit/laravel-workflow
Package laravel-workflow
Short Description Add workflow support to your Laravel models.
License MIT
Homepage https://github.com/square-bit/laravel-workflow
Informations about the package laravel-workflow
Add workflow support to your Laravel models.
Give your models the ability to flow through multiple states.
Features:
- default workflow per model class.
- parallel workflows: each model can transition if more than one workflow, in parallel,
- permissioned transitions.
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
Optionally, you can publish the views using
Usage
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Squarebit, Lda
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-workflow with dependencies
illuminate/contracts Version ^10.0
spatie/laravel-package-tools Version ^1.14.0
spatie/laravel-permission Version ^5.10