JackieDo / Laravel-Log-Reader by JackieDo

An easy log reader and management tool for Laravel
177,157
149
7
Package Data
Maintainer Username: JackieDo
Maintainer Contact: anhvudo@gmail.com (Jackie Do)
Package Create Date: 2017-01-07
Package Last Update: 2024-02-27
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-17 15:16:38
Package Statistics
Total Downloads: 177,157
Monthly Downloads: 6,799
Daily Downloads: 341
Total Stars: 149
Total Watchers: 7
Total Forks: 22
Total Open Issues: 1

Laravel Log Reader

Latest Stable Version Total Downloads Latest Unstable Version License

Laravel Log Reader is an easy log reader and management tool for Laravel. You can easily view, manage, and modify the log entries throught web browser and Artisan CLI. Using Laravel Log Reader is almost identical to using any Eloquent model.

Features

  • Allows using with Facade or using dependency injection (version 2.x only).
  • Working via Artisan CLI.
  • Manage the log files (list, delete).
  • Manage all the log entries (paging for reading, sorting entries, count total, delete, mark as read).
  • Filter the log entries (by the log file, environment, level).
  • Access one log entry (to get its attribute, delete, mark as read).
  • Allows to use your own log parser.

Documentation

Look at here to learn more about Laravel Log Reader

Screenshot

Here are some screenshots on how to use Laravel Log Reader in actual project. Keep in mind that this package does not include interface resources. Building user interfaces is up to each app developer.

Listing the log entries.

index_collapsed

Expanding detail of one log entry.

index_expanded

Working via Artisan CLI.

artisan_get

artisan_detail

License

MIT © Jackie Do

Thanks for use

Hopefully, this package is useful to you.