Skip to content

1.13.0

Compare
Choose a tag to compare
@binaryk binaryk released this 22 Apr 10:52
· 52 commits to master since this release

Added

Store logs

Sometimes you may want to store simple logs (for instance when you send some API requests from your app, you may want to store the payload):

$payload = [...];

devLog('Called Fedex API with:', $payload)

Now you will have an entry in your database table with the payload and the associated name.