2017 © Pedro Peláez
 

library laravel-menu

Html menu generator for Laravel

image

spatie/laravel-menu

Html menu generator for Laravel

  • Thursday, February 8, 2018
  • by Spatie
  • Repository
  • 17 Watchers
  • 415 Stars
  • 77,621 Installations
  • PHP
  • 22 Dependents
  • 0 Suggesters
  • 46 Forks
  • 1 Open issues
  • 36 Versions
  • 16 % Grown

The README.md

Html Menu Generator for Laravel

Latest Version on Packagist Software License Test Status Code Style Status Total Downloads, (*1)

This is the Laravel version of our menu package adds some extras like convenience methods for generating URLs and macros., (*2)

Documentation is available at https://spatie.be/docs/menu., (*3)

Upgrading from version 1? There's a guide for that!, (*4)

Menu::macro('main', function () {
    return Menu::new()
        ->action('HomeController@index', 'Home')
        ->action('AboutController@index', 'About')
        ->action('ContactController@index', 'Contact')
        ->setActiveFromRequest();
});
<nav class="navigation">
    {!! Menu::main() !!}
</nav>

Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects on our website., (*5)

Support us

, (*6)

We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products., (*7)

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall., (*8)

Installation

You can install the package via composer:, (*9)

``` bash composer require spatie/laravel-menu, (*10)


## Usage Documentation is available at https://spatie.be/docs/menu. ## Changelog Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. ## Testing ``` bash $ phpunit

Contributing

Please see CONTRIBUTING for details., (*11)

Security

If you've found a bug regarding security please mail security@spatie.be instead of using the issue tracker., (*12)

Credits

License

The MIT License (MIT). Please see License File for more information., (*13)

The Versions

30/03 2016

1.1.0

1.1.0.0 https://github.com/spatie/laravel-menu

Html menu generator for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

spatie laravel-menu

24/03 2016

1.0.0

1.0.0.0 https://github.com/spatie/laravel-menu

Html menu generator for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

spatie laravel-menu

24/03 2016

0.5.3

0.5.3.0 https://github.com/spatie/laravel-menu

Html menu generator for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

spatie laravel-menu

18/03 2016

0.5.1

0.5.1.0 https://github.com/spatie/laravel-menu

Html menu generation in Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

spatie laravel-menu

18/03 2016

0.5.2

0.5.2.0 https://github.com/spatie/laravel-menu

Html menu generation in Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

spatie laravel-menu

18/03 2016

0.5.0

0.5.0.0 https://github.com/spatie/laravel-menu

Html menu generation in Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

spatie laravel-menu

14/03 2016

0.4.5

0.4.5.0 https://github.com/spatie/laravel-menu

Html menu generation in Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

spatie laravel-menu

14/03 2016

0.4.4

0.4.4.0 https://github.com/spatie/laravel-menu

Html menu generation in Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

spatie laravel-menu

14/03 2016

0.4.3

0.4.3.0 https://github.com/spatie/laravel-menu

Html menu generation in Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

spatie laravel-menu

14/03 2016

0.4.2

0.4.2.0 https://github.com/spatie/laravel-menu

Html menu generation in Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

spatie laravel-menu

11/03 2016

0.4.0

0.4.0.0 https://github.com/spatie/laravel-menu

Html menu generation in Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

spatie laravel-menu

11/03 2016

0.4.1

0.4.1.0 https://github.com/spatie/laravel-menu

Html menu generation in Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

spatie laravel-menu

09/03 2016

0.3.1

0.3.1.0 https://github.com/spatie/laravel-menu

Html menu generation in Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

spatie laravel-menu

09/03 2016

0.3.0

0.3.0.0 https://github.com/spatie/laravel-menu

Html menu generation in Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

spatie laravel-menu

02/03 2016

0.2.0

0.2.0.0 https://github.com/spatie/laravel-menu

Html menu generation in Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

spatie laravel-menu

25/02 2016

0.1

0.1.0.0 https://github.com/spatie/laravel-menu

Html menu generation in Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

spatie laravel-menu