Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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(),
        //...
    ),
//...
);

About

Logs component

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages