Looking to hire Laravel developers? Try LaraJobs

laravel-menu maintained by jeroennoten

Description
Laravel Menu
Author
Last update
2017/07/25 21:43 (dev-master)
License
Links
Downloads
79
Tags

Comments
comments powered by Disqus

Installation

  1. Require the package using composer:

    composer require jeroennoten/laravel-menu
    
  2. Add the service provider to the providers in config/app.php:

    JeroenNoten\LaravelMenu\ServiceProvider::class,
    
  3. Publish the migrations:

    php artisan vendor:publish --tag=menu-migrations
    

Usage

@include('menu::links')
@include('menu::list_items')