Laravel-Sidebar icon indicating copy to clipboard operation
Laravel-Sidebar copied to clipboard

Missing documentation

Open maarten-v opened this issue 8 years ago • 1 comments

It seems important parts of the documentation is missing here: https://github.com/Maatwebsite/Laravel-Sidebar/wiki/Building-the-Sidebar

How do I add menu's / groups / items ....?

maarten-v avatar Mar 14 '16 16:03 maarten-v

Indeed never got the change to finish the docs.

The example in the docs does have the example of adding groups and items:

$this->menu->group('settings', function(Group $group) {
     $group->item('User Settings');
});

For now you can refer to the docs at AsgardCMS: https://asgardcms.com/docs/core-module/navigation#introduction

patrickbrouwers avatar Mar 14 '16 16:03 patrickbrouwers