承接 akaunting/laravel-menu 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

akaunting/laravel-menu

最新稳定版本:3.1.2

Composer 安装命令:

composer require akaunting/laravel-menu

包简介

Menu and sidebar management package for Laravel

README 文档

README

Downloads Tests StyleCI License

This package intends to create and manage menus and sidebars for your Laravel app. It ships with ready-to-go presenters and you can create your own ones.

Getting Started

1. Install

Run the following command:

composer require akaunting/laravel-menu

2. Register

Service provider and facade will be registered automatically. If you want to register them manually in config/app.php:

Akaunting\Menu\Facade::class,
Akaunting\Menu\Provider::class,

3. Publish

Publish config file.

php artisan vendor:publish --tag=menu

4. Configure

You can change the configuration from config/menu.php file

Usage

Check out the wiki about the usage and further documentation.

Changelog

Please see Releases for more information what has changed recently.

Contributing

Pull requests are more than welcome. You must follow the PSR coding standards.

Security

Please review our security policy on how to report security vulnerabilities.

Credits

License

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

统计信息

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

GitHub 信息

  • Stars: 38
  • Watchers: 4
  • Forks: 18
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-03-05