Skip to content

Jarboe/Logs-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logs component for Jarboe

Prepare

  1. Run command to create table for logs.
  2. Add
  3. Run $ php artisan jarboe:component check to make sure if all is ok
  4. Run $ php artisan jarboe:component install to install components

Add links to admin panel menu

config jarboe.admin.menu

<?php
return array(
//...
    'menu' => array(
        //...
        \Jarboe\Component\Logs\Util::getNavigationMenuItem(),
        //...
    ),
//...
);

Releases

No releases published

Packages

No packages published

Languages