定制 sroutier/lesk-modules 二次开发

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

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

sroutier/lesk-modules

最新稳定版本:3.0.7.15

Composer 安装命令:

composer require sroutier/lesk-modules

包简介

Module package for Laravel enterprise starter kit

README 文档

README

License

This is a fork of the excellent Caffeinated Modules with some cutomization to work specifically in the Laravel Enterprise Web application Starter Kit or LESK

Caffeinated Modules is a simple package to allow the means to separate your Laravel 5 application out into modules. Each module is completely self-contained allowing the ability to simply drop a module in for use.

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.

Documentation

You will find user friendly and updated documentation in the wiki here: Caffeinated Modules Wiki

Quick Installation

Begin by installing the package through Composer.

composer require sroutier/lesk-modules

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

Service Provider

Sroutier\LESKModules\ModulesServiceProvider::class,

Facade

'Module' => Sroutier\LESKModules\Facades\Module::class,

And that's it! With your coffee in reach, start building out some awesome modules!

统计信息

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

GitHub 信息

  • Stars: 7
  • Watchers: 4
  • Forks: 216
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2016-09-27