Laravel-Sidebar
Laravel-Sidebar copied to clipboard
Missing documentation
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 ....?
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