JackieDo Laravel Log Reader Versions Save

A log reader and management tool for Laravel

2.3.0

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)

2.2.1

2 years ago

[Updated]:

  • Add supporting for Laravel 9.x (commit 5a56f70c86f55edbfd0d5532fc22d675f9d67f43)

2.2.0

2 years ago

[Fixed]:

  • Fix PHP 8.1 and later (pr #40)

2.1.9

2 years ago

[Fixed]:

  • Fix for PHP 8.1 and later (pr #39)

2.1.8

3 years ago

CHANGE LOGS:

  • Update:
    • Add support to Laravel 8.0
  • Remove:
    • Unused test files.

2.1.7

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.

2.1.6

4 years ago

New

  • Support Laravel 7.x

2.1.5

4 years ago

New

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

Update

  • The default log parser.

Fix

  • Some bugs.

2.1.4

4 years ago
  • Fix bugs while parsing log entry.

2.1.3

4 years ago
  • Update default log parser.
  • Fix log file path while reade log entry.