laravel-workflow icon indicating copy to clipboard operation
laravel-workflow copied to clipboard

Use the Symfony Workflow component in Laravel

Results 19 laravel-workflow issues
Sort by recently updated
recently updated
newest added

This PR adds support for Laravel 9 and drops support for Laravel 7 and older.

Updated composer dependency Updated travis build

Are there any plans for it?

Based on the code in #73, I've created my own branch with some small fixes. This should be backwards compatible with the marking store config and also support a newer...

symfony/workflow v4.4.2 https://symfony.com/doc/4.4/workflow.html#blocking-transitions ```php 'transitions' => [ 'work'=> [ 'guard' => 'subject.canWork()', 'from' => 'draft', 'to' => 'work', ], ``` ```php public function canWork() { return false; } ``` ```php...

get cmd parameters from config for compatibility with chinese (garbled) or set fontsize、color、width

composer require brexis/laravel-workflow Using version ^1.3 for brexis/laravel-workflow ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an...