0

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.

Ali.Wassouf
  • 309
  • 4
  • 21

1 Answers1

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.

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

mulkave
  • 831
  • 1
  • 10
  • 22