NeoEloquent icon indicating copy to clipboard operation
NeoEloquent copied to clipboard

The Neo4j OGM for Laravel

Results 19 NeoEloquent issues
Sort by recently updated
recently updated
newest added

I created a relationship between 2 nodes and the name is dynamic how can I return the node with this relationship? and thanks for help.

Just a draft PR to show people Laravel 9 update

Is there any plans for adding support for laravel 9.x in near future? Thanks

i have this relation inside CompanyM node public function work() { return $this->hasMany('App\Models\CompanyM', 'WorkedAt'); } and i am trying to get the edge like this $w = $items->work()->edges($w); w is...

i can not do paginate i keep getting this error ErrorException: Undefined index: aggregate and how can i do foreach after the paginate

This is a work in progress. We are working on cleaning up the library for easy maintenance and using the [cypher DSL query](https://github.com/WikibaseSolutions/php-cypher-dsl) builder under the hood to translate Eloquent...

hi, as the docs, the command php artisan neo4j:migrate:make ..... will return back this error ` Command "neo4j:migrate:make" is not defined. `

hi, when im using this command php artisan neo4j:make:migration create_coin_label --label=Coin i get this error: (laravel 8 & php 8.1) ---------------------------------- ``` ReflectionException Method Vinelab\NeoEloquent\Console\Migrations\MigrateMakeCommand::__invoke() does not exist at vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:147...

Hi. I've checked the source code and documentation for a solution to my issue but was unable to. I am working on an app that allow users to have relationships...

Question

When trying to attach a node where the id is `0` the generated CypherQuery was missing the end node from the MATCH part. This bug come out when neo started...