Skip to content

super-admin-org/log-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Log viewer for super-admin

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

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors