Skip to content

Vladwww2015/open-developer-log-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Log viewer for open-developer

Screenshot

image

Installation

composer require open-developer-ext/log-viewer
php artisan developer:import log-viewer

Open http://localhost/developer/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/developer.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]']
    ]
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published