Vinelab / NeoEloquent

The Neo4j OGM for Laravel
MIT License
633 stars 199 forks source link

Support for Laravel 5.4 #221

Closed OsakaShizuku43 closed 6 years ago

OsakaShizuku43 commented 7 years ago

As new version of Laravel was released, composer wont let me install the v1.4.2. Thanks!

Mulkave commented 7 years ago

This needs upgrading the required illuminate packages in composer.json and an update in the service provider. Will get back to this later. Or if you were able to work it out, appreciate a PR 😄

mihaitzzza commented 7 years ago

When do you appreciate an update for Laravel 5.4?

alecoletti commented 7 years ago

Any updates on this matter?

heydavid713 commented 7 years ago

What I usually do is update the composer.json file and then debug the compatibility issues. They are usually just namespace changes or class changes.

marshy2346 commented 7 years ago

5.4 support is in

alexislefebvre commented 6 years ago

According to the 1.4.3 release message, Laravel 5.4 is supported.