library menus
MyBarn menu manager for the laravel framework.
erikgall/menus
MyBarn menu manager for the laravel framework.
- Sunday, August 23, 2015
- by erikgall
- Repository
- 1 Watchers
- 0 Stars
- 12 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
```
$menu = $menus->build('siteMenu', function ($m) {, (*1)
$m->add('MAIN NAVIGATION', ['class' => 'header']);
$dashboard = $m->add('Dashboard', ['url' => '#', 'class' => 'treeview']);
$dashboard->link->wrap('span')
->fa('dashboard')
->iconLeft();
$dashboard->add('Settings', ['url' => route('admin.dashboard')])->link->wrap('span')
->fa('circle-o');
$page = $m->add('Pages', ['url' => route('admin.page.index')]);
$page->link->wrap('span')
->fa('newspaper-o');
return $m;
});
```, (*2)
dev-master
9999999-dev
MyBarn menu manager for the laravel framework.
Sources
Download
The Requires
The Development Requires
by
Erik Galloway
v1.1.0
1.1.0.0
MyBarn menu manager for the laravel framework.
Sources
Download
The Requires
The Development Requires
by
Erik Galloway
1.0.0
1.0.0.0
MyBarn Menu Package
Sources
Download
proprietary
The Development Requires
by
Erik Galloway