Vinelab / NeoEloquent

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

NeoEloquent in Laravel 8 #342

Closed cedvict closed 2 years ago

cedvict commented 3 years ago

Hi Guy

I want to use this package to manage Neo4j database. I have an issue with this. It's not possible to install this in Laravel 8.

Please Someone can help ? image

berteltorp commented 3 years ago

Hi @cedvict we have a fork with laravel 8 support over at github.com/ulobby/NeoEloquent

cedvict commented 3 years ago

Thanks you very much

But I have some issue again with the ulobby/NeoEloquent

image

Dont understand what happens.

wkasem commented 3 years ago

i had a similar issue , make sure when you re creating new neo4j database to select version < 4 in new versions of neo4j they changed the way to get server info still an issue though with NeoEloquent package , it should be compatible with new versions of neo4j

cedvict commented 3 years ago

Thanks for your reply

I change the neo4j server to 3.5.26

When I try to execute neo4j:migrate:reset, I get this image

I use ulobby/neoeloquent v8.0 in laravel v8

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

thanhtoan1196 commented 2 years ago

any updates?

Mulkave commented 2 years ago

Laravel 8 is now supported and has the official Neo4j-php driver integrated. Thank you for your patience, long wait is over; we've been working hard along with @transistive (author of Neo4j-php) to get this done right.