Skip to content
Adam West edited this page Dec 21, 2015 · 6 revisions

As explained on the Home page wiki, that for this package using the package menu pingpong/menus. To find the manufacture and the addition of a menu, you can read the documentation of the package.

If you've read the documentation of pingpong/menus, of course you find a part of taking the instance menu. To add additional menu, use that way.

In this package there is one the menu instance, which is admin-menu. The admin-menu is a left menu.

// app/menus.php

# Left Menu
$leftMenu = Menu::instance('admin-menu');
// add a menu with url to a link
$leftMenu->url('admin/users', 'The Title');
// add a menu with url to a link
$leftMenu->route('your.route', 'The Title');

Please see the documentation of pingpong/menus for more information.

Clone this wiki locally