Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 440 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 440 Bytes

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