super-admin-org/log-viewer

Log viewer for open admin

Installs: 862

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 1

pkg:composer/super-admin-org/log-viewer

v1.0.7 2025-08-12 06:49 UTC

This package is auto-updated.

Last update: 2025-10-12 07:28:46 UTC


README

StyleCI Packagist Total Downloads Pull request welcome

Screenshot

image

Installation

$ composer require super-admin-org/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

'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). Special thanks to z-song for original development