-
Require the package using composer:
composer require jeroennoten/laravel-menu
-
Add the service provider to the
providers
inconfig/app.php
:JeroenNoten\LaravelMenu\ServiceProvider::class,
-
Publish the migrations:
php artisan vendor:publish --tag=menu-migrations
@include('menu::links')
@include('menu::list_items')