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