SineMah

Results 2 comments of SineMah

https://github.com/SineMah/NeoEloquent/tree/laravel_9_update Should be fine if you just need basic relations and models. Feel free to comment if anything doesnt work for you

update your `config/database.php` first: ```php return [ 'connections' => [ 'neo4j' => [ 'driver' => 'neo4j', 'host' => 'localhost', 'port' => 7687, 'username' => 'username', 'password' => 'password', ], ];...