https://github.com/open-admin-org/log-viewer
Log viewer for open-admin
https://github.com/open-admin-org/log-viewer
Last synced: 4 months ago
JSON representation
Log viewer for open-admin
- Host: GitHub
- URL: https://github.com/open-admin-org/log-viewer
- Owner: open-admin-org
- License: mit
- Created: 2022-05-11T10:19:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T10:11:49.000Z (about 2 years ago)
- Last Synced: 2025-03-18T18:43:02.457Z (4 months ago)
- Language: PHP
- Size: 27.3 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Log viewer for open-admin
============================[](https://styleci.io/repos/491059283)
[](https://packagist.org/packages/open-admin-ext/log-viewer)
[](https://packagist.org/packages/open-admin-ext/log-viewer)
[]()## Screenshot

## Installation
```
$ composer require open-admin-ext/log-viewer$ php artisan admin:import log-viewer
```Open `http://localhost/admin/logs`.
## Configuration
If your server doesn't allow you to access log files for example by blocking requests with '.log' in the url you can enable the following bypass function.See `config/admin.php` and add in the `extensions` section
```php
'extensions' => [
'log-viewer' => [
'bypass_protected_urls' => true,
//'bypass_protected_urls_find' => ['.'], // default ['.']
//'bypass_protected_urls_replace' => ['[dot]'], // default ['[dot]']
]
]
```License
------------
Licensed under [The MIT License (MIT)](LICENSE).