定制 mudassar1/laravel-menus-limitless 二次开发

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

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

mudassar1/laravel-menus-limitless

最新稳定版本:1.0.8

Composer 安装命令:

composer require mudassar1/laravel-menus-limitless

包简介

Laravel Menu management

README 文档

README

Latest Version on Packagist

Total Downloads

Laravel laravel-menus
9.0 & lower ^1.0.0
10.0 ^1.0.0

mudassar1/laravel-menus-limitless is a laravel package which created to manage menus. It has a feature called presenters which enables easy styling and custom structure of menu rendering.

Add Service Provider

Next add the following service provider in config/app.php.

'providers' => [ Mudassar\Menus\MenusServiceProvider::class, ],

Next, add the following aliases to aliases array in the same file.

'aliases' => [ 'Menu' => Mudassar\Menus\Facades\Menu::class, ],

Next publish the package's configuration file by running :

php artisan vendor:publish --provider="Nwidart\Menus\MenusServiceProvider"

With one big added bonus that the original package didn't have: tests.

This is a fork & modified version of nwidart/laravel-menus

Documentation

You'll find installation instructions and full documentation on https://nwidart.com/laravel-menus/.

Credits

License

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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-02-26