jeroennoten / laravel-menu by JeroenNoten

Laravel Menu
76
2
3
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-03-26 03:10:18
Package Statistics
Total Downloads: 76
Monthly Downloads: 1
Daily Downloads: 0
Total Stars: 2
Total Watchers: 3
Total Forks: 2
Total Open Issues: 1

Installation

  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')