Support the ongoing development of Laravel.io →
Installation Architecture
Last updated 1 year ago.
0

I got it working. I don't know whether generators works or not but at least my site is running.

Anyway, I had to fork both generators and modules than alter/hack away at the composer.json file.

https://github.com/oddz/modules/tree/dev-53-compatibility https://github.com/oddz/generators/tree/dev-53-compatibility

I than added my repositories to the compser.json file and referenced the branches explicitly.

    "pingpong/support": "dev-master",
    "pingpong/generators": "dev-dev-53-compatibility",
    "pingpong/modules": "dev-dev-53-compatibility",

It ain't pretty but if that is the only problem I run into I'll be pretty happy.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

oddz oddz Joined 23 Feb 2016

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.