Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Structure component for Jarboe

Prepare

  1. Create table for structure model by running $ jarboe-structure:create-table structure
  2. Run $ php artisan jarboe:component check to make sure if all is ok
  3. 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\Structure\Util::getNavigationMenuItem(),
        //...
    ),
//...
);

About

Structure component

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages