Skip to content

Log viewer extension for open-admin-core

License

Notifications You must be signed in to change notification settings

dedermus/log-viewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Log viewer for open-admin

StyleCI Packagist Total Downloads Pull request welcome

Screenshot

image

Installation

$ composer require dedermus/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).

About

Log viewer extension for open-admin-core

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 65.1%
  • Blade 34.9%