2017 © Pedro Peláez
 

library framework

Decouple Framework

image

decouple/framework

Decouple Framework

  • Monday, August 31, 2015
  • by phenocode
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • Hack
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Decouple Framework

An attempt to create a loosely coupled toolkit for Hack. Inspired by Laravel., (*1)

Installation

composer create-project decouple/framework=dev-master, (*2)

OR

git clone gogs@git.phenocode.com:decouple/framework.git, (*3)

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., (*4)

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., (*5)

The DBAL and Command Runner support Hack's async functionality. See the tests for more information., (*6)

The Versions