承接 filipac/menus 相关项目开发

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

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

filipac/menus

最新稳定版本:v1.0.4

Composer 安装命令:

composer require filipac/menus

包简介

Laravel 5 Menus

README 文档

README

Laravel License

Based on Caffeinated/menus

Easily create dynamic menus from within your Laravel 5 application.

Filipac Menus is originally based off of Caffeinated/menus package; a fork to suit my needs. This has a primary focus on Laravel 5 support with PSR coding standards. If you're looking for a menu builder solution for Laravel 4, please go check out Laravel Menu!

The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code. At the moment the package is not unit tested, but is planned to be covered later down the road.

Quick Installation

Begin by installing the package through Composer. Add Filipac/menus to your composer.json file:

"filipac/menus": "~1.0@dev"

Then run composer update to pull the package in.

Once this operation is complete, simply add the service provider class and facade alias to your project's config/app.php file:

Service Provider

'Filipac\Menus\MenusServiceProvider',

Facade

'Menu' => 'Filipac\Menus\Facades\Menu',

And that's it! Start building out some awesome menus!

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-04-30