承接 weltkind/modules 相关项目开发

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

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

weltkind/modules

Composer 安装命令:

composer require weltkind/modules

包简介

Laravel 5.5 Modules

README 文档

README

Laravel 5.4 Source License

Weltkind Modules based on package Caffeinated and this is a simple package to allow the means to separate your Laravel 5.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.

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 weltkind/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

Weltkind\Modules\ModulesServiceProvider::class,

Facade

'Module' => Weltkind\Modules\Facades\Module::class,

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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-02-20