2017 © Pedro Peláez
 

library menus

MyBarn menu manager for the laravel framework.

image

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

The README.md

Menu/Item Manager for Laravel 5.1

``` $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)

The Versions

23/08 2015

dev-master

9999999-dev

MyBarn menu manager for the laravel framework.

  Sources   Download

The Requires

  • php >=5.4.0

 

The Development Requires

by Erik Galloway

23/08 2015

v1.1.0

1.1.0.0

MyBarn menu manager for the laravel framework.

  Sources   Download

The Requires

  • php >=5.4.0

 

The Development Requires

by Erik Galloway

25/06 2015

1.0.0

1.0.0.0

MyBarn Menu Package

  Sources   Download

proprietary

The Development Requires

by Erik Galloway