brexis / laravel-workflow

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

Installation request for brexis/laravel-workflow ^1.3 -> Conclusion: remove symfony/console #59

Closed cdric0701 closed 5 years ago

cdric0701 commented 5 years ago

Hello, I encounter problem when using this package with laravel 5.8. Here is the message: brexis

If anyone has a solution ? Thanks :)

brexis commented 5 years ago

Hi @cdric0701 . Version 1.3 does not support symfony 4.3 components. What is your laravel version?

cdric0701 commented 5 years ago

Hello @brexis I have Laravel 5.8

kblais commented 5 years ago

@cdric0701 I opened a PR that should make this work (#58), feel free to test if it works with the modifications I made (use my fork while the PR is not merged)

brexis commented 5 years ago

@cdric0701 please try version 1.3.1. Thanks to @kblais.