- Create table for structure model by running
$ jarboe-structure:create-table structure - Run
$ php artisan jarboe:component checkto make sure if all is ok - Run
$ php artisan jarboe:component installto install components
config jarboe.admin.menu
<?php
return array(
//...
'menu' => array(
//...
\Jarboe\Component\Structure\Util::getNavigationMenuItem(),
//...
),
//...
);