Skip to content

2.2.0

Compare
Choose a tag to compare
@likeadeckofcards likeadeckofcards released this 26 Apr 18:34
· 76 commits to 2.x since this release

This is a cool update! We've added the QueryExecuted event, which makes FileMaker queries show up in helpful Laravel dev tools like Clockwork. With this, you get a log of each of your queries for each page load, how long they take to execute, and you can see the exact URL, method, and data which was sent to the FileMaker Data API. This makes it easy to do diagnosis of slow-running Data API queries!

  • Updates FileMakerConnection class to fire Illuminate\Database\Events\QueryExecuted event when making a request to the FIleMaker endpoint, including the session login.