Ali.Wassouf
Ali.Wassouf

Reputation: 309

Neo4j - RESTful API POST method

I'm using Neo4j with PHP. I'm using Laravel framework and an OGM called NeoEloquent. When performing a create method to create a node, this OGM sends a post request as described in the documentation here. Is there any way to log this action as a Cypher create query.

Upvotes: 0

Views: 137

Answers (1)

mulkave
mulkave

Reputation: 841

Just a note to whoever lands on this question, the author provided more details in this question: Laravel - Neoeloquent query log

And is currently working on the fix for the mentioned issue.

Thanks https://stackoverflow.com/users/5460250/ali-wassouf

Upvotes: 0

Related Questions