119 lines
5.2 KiB
Markdown
119 lines
5.2 KiB
Markdown
# LogViewer [![Packagist License][badge_license]](LICENSE.md) [![For Laravel][badge_laravel]][link-github-repo]
|
|
|
|
[![Github Workflow Status][badge_build]][link-github-status]
|
|
[![Coverage Status][badge_coverage]][link-scrutinizer]
|
|
[![Scrutinizer Code Quality][badge_quality]][link-scrutinizer]
|
|
[![SensioLabs Insight][badge_insight]][link-insight]
|
|
[![Github Issues][badge_issues]][link-github-issues]
|
|
|
|
[![Packagist][badge_package]][link-packagist]
|
|
[![Packagist Release][badge_release]][link-packagist]
|
|
[![Packagist Downloads][badge_downloads]][link-packagist]
|
|
|
|
*By [ARCANEDEV©](http://www.arcanedev.net/)*
|
|
|
|
This package allows you to manage and keep track of each one of your log files.
|
|
|
|
> **NOTE: You can also use LogViewer as an API.**
|
|
|
|
Official documentation for LogViewer can be found at the [_docs folder](_docs/1.Installation-and-Setup.md).
|
|
|
|
Feel free to check out the [releases](https://github.com/ARCANEDEV/LogViewer/releases), [license](LICENSE.md), and [contribution guidelines](CONTRIBUTING.md).
|
|
|
|
## Features
|
|
|
|
- A great Log viewer API.
|
|
- Laravel `5.x` to `10.x` are supported.
|
|
- Ready to use (Views, Routes, controllers … Out of the box) [Note: No need to publish assets]
|
|
- View, paginate, filter, download and delete logs.
|
|
- Load a custom logs storage path.
|
|
- Localized log levels.
|
|
- Logs menu/tree generator.
|
|
- Grouped logs by dates and levels.
|
|
- Customized log levels icons (font awesome by default).
|
|
- Works great with big logs !!
|
|
- Well documented package (IDE Friendly).
|
|
- Well tested (100% code coverage with maximum code quality).
|
|
|
|
## Table of contents
|
|
|
|
1. [Installation and Setup](_docs/1.Installation-and-Setup.md)
|
|
2. [Configuration](_docs/2.Configuration.md)
|
|
3. [Usage](_docs/3.Usage.md)
|
|
|
|
### Supported localizations
|
|
|
|
> Dear artisans, i'm counting on you to help me out to add more translations ( ^_^)b
|
|
|
|
| Local | Language |
|
|
|---------|-----------------------|
|
|
| `ar` | Arabic |
|
|
| `bg` | Bulgarian |
|
|
| `bn` | Bengali |
|
|
| `de` | German |
|
|
| `en` | English |
|
|
| `es` | Spanish |
|
|
| `et` | Estonian |
|
|
| `fa` | Farsi |
|
|
| `fr` | French |
|
|
| `he` | Hebrew |
|
|
| `hu` | Hungarian |
|
|
| `hy` | Armenian |
|
|
| `id` | Indonesian |
|
|
| `it` | Italian |
|
|
| `ja` | Japanese |
|
|
| `ko` | Korean |
|
|
| `ms` | Malay |
|
|
| `nl` | Dutch |
|
|
| `pl` | Polish |
|
|
| `pt-BR` | Brazilian Portuguese |
|
|
| `ro` | Romanian |
|
|
| `ru` | Russian |
|
|
| `si` | Sinhalese |
|
|
| `sv` | Swedish |
|
|
| `th` | Thai |
|
|
| `tr` | Turkish |
|
|
| `uz` | Uzbek |
|
|
| `uk` | Ukrainian |
|
|
| `zh` | Chinese (Simplified) |
|
|
| `zh-TW` | Chinese (Traditional) |
|
|
|
|
## Contribution
|
|
|
|
Any ideas are welcome. Feel free to submit any issues or pull requests, please check the [contribution guidelines](CONTRIBUTING.md).
|
|
|
|
## Security
|
|
|
|
If you discover any security related issues, please email arcanedev.maroc@gmail.com instead of using the issue tracker.
|
|
|
|
## Credits
|
|
|
|
- [ARCANEDEV][link-author]
|
|
- [All Contributors][link-contributors]
|
|
|
|
## PREVIEW
|
|
|
|

|
|

|
|

|
|
|
|
[badge_laravel]: https://img.shields.io/badge/Laravel-5.x%20to%2010.x-orange.svg?style=flat-square
|
|
[badge_license]: https://img.shields.io/packagist/l/arcanedev/log-viewer.svg?style=flat-square
|
|
[badge_build]: https://img.shields.io/github/workflow/status/ARCANEDEV/LogViewer/run-tests?style=flat-square
|
|
[badge_coverage]: https://img.shields.io/scrutinizer/coverage/g/ARCANEDEV/LogViewer.svg?style=flat-square
|
|
[badge_quality]: https://img.shields.io/scrutinizer/g/ARCANEDEV/LogViewer.svg?style=flat-square
|
|
[badge_insight]: https://img.shields.io/sensiolabs/i/d6b4587a-e00d-4dac-98db-f979731fdc4d.svg?style=flat-square
|
|
[badge_issues]: https://img.shields.io/github/issues/ARCANEDEV/LogViewer.svg?style=flat-square
|
|
[badge_package]: https://img.shields.io/badge/package-arcanedev/log--viewer-blue.svg?style=flat-square
|
|
[badge_release]: https://img.shields.io/packagist/v/arcanedev/log-viewer.svg?style=flat-square
|
|
[badge_downloads]: https://img.shields.io/packagist/dt/arcanedev/log-viewer.svg?style=flat-square
|
|
|
|
[link-author]: https://github.com/arcanedev-maroc
|
|
[link-github-status]: https://github.com/ARCANEDEV/LogViewer/actions
|
|
[link-github-repo]: https://github.com/ARCANEDEV/LogViewer
|
|
[link-github-issues]: https://github.com/ARCANEDEV/LogViewer/issues
|
|
[link-contributors]: https://github.com/ARCANEDEV/LogViewer/graphs/contributors
|
|
[link-packagist]: https://packagist.org/packages/arcanedev/log-viewer
|
|
[link-scrutinizer]: https://scrutinizer-ci.com/g/ARCANEDEV/LogViewer/?branch=master
|
|
[link-insight]: https://insight.sensiolabs.com/projects/d6b4587a-e00d-4dac-98db-f979731fdc4d
|