jeroennoten/laravel-menu

Laravel Menu

Maintainers

Package info

github.com/jeroennoten/laravel-menu

pkg:composer/jeroennoten/laravel-menu

Statistics

Installs: 79

Dependents: 2

Suggesters: 0

Stars: 2

Open Issues: 1

v1.3.1 2017-07-25 19:43 UTC

This package is auto-updated.

Last update: 2026-03-07 22:17:46 UTC


README

  1. Require the package using composer:

    composer require jeroennoten/laravel-menu
    
  2. Add the service provider to the providers in config/app.php:

    JeroenNoten\LaravelMenu\ServiceProvider::class,
  3. Publish the migrations:

    php artisan vendor:publish --tag=menu-migrations
    

Usage

@include('menu::links')
@include('menu::list_items')