定制 dick/menumanager 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

dick/menumanager

最新稳定版本:1.0.2

Composer 安装命令:

composer require dick/menumanager

包简介

Add/edit/delete/reorder/nest menu items interface for Laravel's Dick Admin.

README 文档

README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Add/edit/delete/reorder/nest menu items interface for Laravel's Dick Admin.

THERE ARE BETTER THINGS THAN DICK The Dick project is no longer actively maintained. For important projects please use the new version: Laravel Backpack.

Install

Via Composer

Step 1. Install via Composer

$ composer require dick/menumanager

Step 2. Add the service provider

In your config/app.php, add this to the providers array:

'Dick\MenuManager\MenuManagerServiceProvider',

Step 3. Run the migration

$ php artisan migrate --path=vendor/dick/menumanager/src/database/migrations

Usage

Add a menu element for it in your config/admin.php file:

[
    'label' => "Menu Items",
    'route' => 'admin/menu-item',
    'icon' => 'fa fa-bars',
],

Or just try at your-project-domain/admin/menu-item

Screenshots

See http://usedick.com for screenshots, more information and documentation.

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

// TODO

$ composer test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email hello@tabacitu.ro instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 2.89k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-09-08