- Run command to create table for logs.
- Add
- Run
$ php artisan jarboe:component check
to make sure if all is ok - Run
$ php artisan jarboe:component install
to install components
config jarboe.admin.menu
<?php
return array(
//...
'menu' => array(
//...
\Jarboe\Component\Logs\Util::getNavigationMenuItem(),
//...
),
//...
);