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
其他信息
- 授权协议: MIT
- 更新时间: 2015-06-10