Laravel-Log-Reader

A log reader and management tool for Laravel

MIT License

Downloads
209.7K
Stars
149
Committers
4

Bot releases are visible (Hide)

Laravel-Log-Reader - 2.3.0 Latest Release

Published by JackieDo over 1 year ago

[Updated]:

  • Add supporting for Laravel 10.x (Pull request #47).

[Fixed]:

  • Fix GLOB_BRACE constant not available on Alpine Linux. (Issue #46)
Laravel-Log-Reader - 2.2.1

Published by JackieDo over 2 years ago

[Updated]:

  • Add supporting for Laravel 9.x (commit 5a56f70c86f55edbfd0d5532fc22d675f9d67f43)
Laravel-Log-Reader - 2.2.0

Published by JackieDo over 2 years ago

[Fixed]:

  • Fix PHP 8.1 and later (pr #40)
Laravel-Log-Reader - 2.1.9

Published by JackieDo over 2 years ago

[Fixed]:

  • Fix for PHP 8.1 and later (pr #39)
Laravel-Log-Reader - 2.1.8

Published by JackieDo about 4 years ago

CHANGE LOGS:

  • Update:
    • Add support to Laravel 8.0
  • Remove:
    • Unused test files.
Laravel-Log-Reader - 2.1.7

Published by JackieDo over 4 years ago

CHANGLOGS:

  • Update:
    • The log parser.
    • Reformat the properties for the entities.
  • Fix:
    • Bug of parsing the log entry with blank context.
    • Bug of parsing stack trace.
Laravel-Log-Reader - 2.1.6

Published by JackieDo over 4 years ago

New

  • Support Laravel 7.x
Laravel-Log-Reader - 2.1.5

Published by JackieDo over 4 years ago

New

  • Support Laravel 6+.
  • Enable set the default log parser in config file.

Update

  • The default log parser.

Fix

  • Some bugs.
Laravel-Log-Reader - 2.1.4

Published by JackieDo over 4 years ago

  • Fix bugs while parsing log entry.
Laravel-Log-Reader - 2.1.3

Published by JackieDo over 4 years ago

  • Update default log parser.
  • Fix log file path while reade log entry.
Laravel-Log-Reader - Upgrade features.

Published by JackieDo over 4 years ago

  • Add support Package Discovery [f78a0aca3c1c4a9c4d5792f031d24d03bc1608e9]
  • Add compatibility with Carbon 2 [d74a74233fa337f153b1ad8edd76c621db47e09d]
Laravel-Log-Reader - 2.1.1

Published by JackieDo almost 6 years ago

  • Fixed a bug for Laravel from version 5.5 onwards
Laravel-Log-Reader - 2.1.0

Published by JackieDo over 7 years ago

Support working via Artisan CLI

Laravel-Log-Reader - 2.0.9

Published by JackieDo over 7 years ago

Updated

  • Add more paramaters for the paginate() method.
Laravel-Log-Reader - 2.0.8

Published by JackieDo over 7 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.