Releases: BinarCode/laravel-developer
Releases · BinarCode/laravel-developer
2.0.0
30 Jun 11:10
Compare
Sorry, something went wrong.
No results found
Added
The exception logger will use now id
as a primary key. Not uuid
.
1.15.4
30 Jun 10:17
Compare
Sorry, something went wrong.
No results found
Store danger tag when storing exception.
1.15.3
30 Jun 10:04
Compare
Sorry, something went wrong.
No results found
Added
tags as a third parameter for devLog
method
1.15.2
23 Jun 12:24
Compare
Sorry, something went wrong.
No results found
Added
id
column to the exception_log table so we can sort easily.
Force fill the uuid
column for ExceptionLog.
1.15.1
23 Jun 11:06
Compare
Sorry, something went wrong.
No results found
Fixed
Start recording telescope to save exception to db #10
1.15.0
16 Jun 08:06
Compare
Sorry, something went wrong.
No results found
1.14.0
15 Jun 10:45
Compare
Sorry, something went wrong.
No results found
1.13.0
22 Apr 10:52
Compare
Sorry, something went wrong.
No results found
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.
1.12.12
11 Feb 08:29
Compare
Sorry, something went wrong.
No results found
1.12.11
11 Feb 07:12
Compare
Sorry, something went wrong.
No results found
Adding
More information to slack (line, file, code exception).