Installation
Composer
First you need to install the package with composer:
$ composer require "atorscho/menus:~2.0"
Service Provider
Then add new service provider to the providers
array in /config/app.php
file:
Atorscho\Menus\ServiceProvider::class,
Resources
In order to publish package's vendor files, run:
$ php artisan vendor:publish --provider="Atorscho\Menus\ServiceProvider"