Package Data | |
---|---|
Maintainer Username: | JeroenNoten |
Maintainer Contact: | jeroennoten@me.com (Jeroen Noten) |
Package Create Date: | 2016-08-04 |
Package Last Update: | 2017-07-25 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-10-30 15:09:43 |
Package Statistics | |
---|---|
Total Downloads: | 78 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 3 |
Total Forks: | 2 |
Total Open Issues: | 1 |
Require the package using composer:
composer require jeroennoten/laravel-menu
Add the service provider to the providers
in config/app.php
:
JeroenNoten\LaravelMenu\ServiceProvider::class,
Publish the migrations:
php artisan vendor:publish --tag=menu-migrations
@include('menu::links')
@include('menu::list_items')