| 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: | 2025-11-02 15:05:50 |
| Package Statistics | |
|---|---|
| Total Downloads: | 79 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 2 |
| Total Watchers: | 1 |
| 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')