Skip to content
This repository was archived by the owner on Nov 28, 2019. It is now read-only.

strata-mvc/project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strata Environment

Build Status Join the chat at https://gitter.im/strata-mvc/strata

This is a blank Strata project. It is a special Wordpress installation on which modern Model View Controller concepts can be applied. This has be installed by running

$ composer create-project strata-mvc/project directory-name
$ cd directory-name
$ # set your environment constants in .env
$ ./strata db create
$ ./strata server