medianet-dev/backpack-log-viewer

Integrate ArcaneDev/LogViewer in your Laravel-Backpack project

3.0.0 2021-03-23 19:07 UTC

This package is auto-updated.

Last update: 2024-04-24 01:43:23 UTC


README

Integrate ArcaneDev/LogViewer in your Laravel-Backpack project

log-viewer

Requirements

Installation

composer require medianet-dev/backpack-log-viewer

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

after running those commands add this line bellow to the sidebar_content.blade.php file.

<li class='nav-item'><a class='nav-link' href='{{ backpack_url('log-viewer')}}'><i class='nav-icon 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