brexis / laravel-workflow

Use the Symfony Workflow component in Laravel
MIT License
280 stars 104 forks source link

Laravel 7 support #72

Open fosron opened 4 years ago

fosron commented 4 years ago

Are there any plans for it?

riddla commented 4 years ago

@fosron, I am currently working on this over at #73.

If you want to help, you could use https://github.com/tricks-gmbh/laravel-workflow/tree/laravel7 via composer in your app and give some feedback.


// composer. json
    "require": {
           // [...]
           "brexis/laravel-workflow": "dev-laravel7",
    },
    "repositories": [
         // [...]
        {
            "type": "vcs",
            "url": "https://github.com/tricks-gmbh/laravel-workflow/"
        }
     ]
jobyh commented 4 years ago

Hi @riddla I could be interested in helping get this through. Do you have an idea what tasks remain to get it merged?

riddla commented 4 years ago

@jobyh, great! I have been using the PR branch with success since months now - would you mind using it as described above in one of your apps? As I did not encounter any flaws, we might already be good ...

jobyh commented 4 years ago

Ok @riddla thanks for your reply. It would be good to hear from @brexis whether he's interested in supporting Laravel 7. I'm a bit concerned there's been no comment from him here in 5 months and it looks like there's a similar PR for Laravel 6 #77.

zerodahero commented 4 years ago

I'm currently maintaining a fork of this at https://github.com/zerodahero/laravel-workflow (it's on packagist, too) which supports Laravel 7. It contains a few extra features that were necessary for my purposes, but the core is still the Symfony workfllow component. I'd be happy to help with this package as well, though to @jobyh 's comment, the maintenance on this package tends to move in spurts.

jobyh commented 4 years ago

Thanks @zerodahero I'll check it out. Thanks also for the heads-up about maintenance here. I definitely need workflows for a current client project and I'd much rather help get a community package up to speed than just roll my own solution. :smile:

godler commented 3 years ago

Hi. Do you have any plans to upgrade to Laravel 7 or 8. I need this badly. I made quite a large in-house application based on your package and now I'm stuck on laravel 6. Maybe you need some help?

jobyh commented 3 years ago

@godler might be worth checking out the fork maintained by @zerodahero above it worked for me. Sounds like there are a few people willing to help work on this but unfortunately there hasn't been any feedback from the maintainer(s)