定制 decouple/framework 二次开发

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

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

decouple/framework

Composer 安装命令:

composer require decouple/framework

包简介

Decouple Framework

README 文档

README

An attempt to create a loosely coupled toolkit for Hack. Inspired by Laravel.

Installation

composer create-project decouple/framework=dev-master

OR

git clone gogs@git.phenocode.com:decouple/framework.git

Getting Started

The application is bootstrapped by the scripts in bootstrap/.
For now, check the bootstrap scripts to get a better understanding of how Decouple works.

Models are stored in app/database/models.
Views are stored in app/views and are based on facebook/xhp-lib.
Controllers are stored in app/controllers.
Seeds are stored in app/database/seeds.
Migrations are stored in app/database/migrations.
Commands are stored in app/database/commands.

The DBAL and Command Runner support Hack's async functionality. See the tests for more information.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-06-10