jeroennoten/laravel-menu

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

This package is auto-updated.

Last update: 2024-09-07 18:41:28 UTC


README

  1. 使用 composer 安装包

    composer require jeroennoten/laravel-menu
    
  2. 将服务提供者添加到 config/app.php 中的 providers

    JeroenNoten\LaravelMenu\ServiceProvider::class,
  3. 发布迁移

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

用法

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