JackieDo Laravel Log Reader Versions Save

A log reader and management tool for Laravel

2.1.2

4 years ago
  • Add support Package Discovery [f78a0aca3c1c4a9c4d5792f031d24d03bc1608e9]
  • Add compatibility with Carbon 2 [d74a74233fa337f153b1ad8edd76c621db47e09d]

2.1.1

5 years ago
  • Fixed a bug for Laravel from version 5.5 onwards

2.1.0

6 years ago

Support working via Artisan CLI

2.0.9

6 years ago

Updated

  • Add more paramaters for the paginate() method.

2.0.8

6 years ago

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.