Skip to content

Releases: JackieDo/Laravel-Log-Reader

Upgrade features.

07 Apr 05:00
5417c68
Compare
Choose a tag to compare
  • Add support Package Discovery [f78a0ac]
  • Add compatibility with Carbon 2 [d74a742]

2.1.1

10 Dec 00:46
Compare
Choose a tag to compare
  • Fixed a bug for Laravel from version 5.5 onwards

2.1.0

04 Jul 10:10
Compare
Choose a tag to compare

Support working via Artisan CLI

2.0.9

02 Jul 08:33
Compare
Choose a tag to compare

Updated

  • Add more paramaters for the paginate() method.

2.0.8

01 Jul 16:51
Compare
Choose a tag to compare

Update

  • Upgrade the Log Parser.
  • Refactor results returned from the Log Parser.
  • Use the context attribute of the log entry instead of the header attribute.
  • Use the stack_traces attribute of the log entry instead of the stack attribute.
  • Use the markAsRead() method instead of the markRead() method.
  • Use the withRead() method instead of the includeRead() method.

New

  • Enable set the Log Parser by user.