Skip to content

Integrate ArcaneDev/LogViewer in your Laravel-Backpack project

License

Notifications You must be signed in to change notification settings

bene-be/backpacklogviewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel-Backpack-ArcaneDev-LogViewer

Integrate ArcaneDev/LogViewer in your Laravel-Backpack project

log-viewer

Requirements

  • Laravel Backpack

  • Daily logs enabled in your .env file LOG_CHANNEL=daily

Installation

composer require eduardoarandah/backpacklogviewer

php artisan vendor:publish --provider="EduardoArandaH\BackpackLogViewer\BackpackLogViewerServiceProvider"

php artisan backpack:base:add-sidebar-content "<li><a href='{{route(\"log-viewer::logs.list\")}}'><i class='fa fa-history'></i> <span>Logs</span></a></li>"

More options

More options available in /config/log-viewer.php

Documentation:

https://github.com/ARCANEDEV/LogViewer

About

Integrate ArcaneDev/LogViewer in your Laravel-Backpack project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 81.3%
  • PHP 18.7%