Skip to content

NorbertFox/LaravelLogViewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TobyMaxham's Laravel Log Viewer

Latest Stable Version Total Downloads Latest Unstable Version License

Info

You will need at least PHP 7.2 and Laravel 6 to use this. If you have an older Laravel installation, use the Version v1.1.

Installation

Very simple installation and implementation. Just run composer require tobymaxham/log-viewer or simple add tobymaxham/log-viewer to the composer.json file.

In your Laravel routes Files you can add the default Controller Action:

Route::get('log', '\TobyMaxham\Logger\LogViewerController@index');

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Blade 52.3%
  • PHP 47.7%