jeroennoten/laravel-menu

v1.3.1 2017-07-25 19:43 UTC

This package is auto-updated.

Last update: 2024-04-07 17:45:48 UTC


README

  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')