brexis / laravel-workflow

Use the Symfony Workflow component in Laravel
MIT License
281 stars 105 forks source link

[wip] Add support for Laravel 7.0 #73

Closed riddla closed 1 year ago

riddla commented 4 years ago

Done:

Todo:

fabien44300 commented 4 years ago

Hello, Thanks for your work. I show a problem when using multiple_state. I need to change arguments config file like this ;

'marking_store' => [ 'type' => 'multiple_state', 'arguments' => [ 'singleState' => false, 'property' =>'currentPlace',]

The function getCurrentPlace() and setCurrentPlace() are unknown.

Fabien

riddla commented 4 years ago

@fabien44300, did this work before with the Laravel 6 version? If not, I'm probably not able to help, because I'm not the original author of this package.

I think you got an answer over at https://github.com/zerodahero/laravel-workflow/issues/14#issuecomment-597707419 regarding your question?

4n70w4 commented 4 years ago

any news?

riddla commented 4 years ago

Ping @brexis?

4n70w4 commented 4 years ago

any news?