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.
Asked
Active
Viewed 135 times
0

Ali.Wassouf
- 309
- 4
- 21
-
I am sure you have already searched it but if not, please check - https://github.com/Vinelab/NeoEloquent – Sachin Vairagi Dec 19 '17 at 14:08
1 Answers
0
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.

mulkave
- 831
- 1
- 10
- 22