Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 7 support #72

Open
fosron opened this issue Mar 6, 2020 · 8 comments
Open

Laravel 7 support #72

fosron opened this issue Mar 6, 2020 · 8 comments

Comments

@fosron
Copy link

fosron commented Mar 6, 2020

Are there any plans for it?

@riddla
Copy link

riddla commented Mar 9, 2020

@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
Copy link

jobyh commented Aug 2, 2020

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

@riddla
Copy link

riddla commented Aug 2, 2020

@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
Copy link

jobyh commented Aug 2, 2020

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
Copy link

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
Copy link

jobyh commented Aug 3, 2020

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. 😄

@godler
Copy link

godler commented Oct 19, 2020

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
Copy link

jobyh commented Oct 20, 2020

@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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants