francoisfaubert / strata-env
This package is abandoned and no longer maintained.
No replacement package was suggested.
Blank Strata Project
1.5.0.53
2016-09-06 18:25 UTC
Requires
- php: >=5.5
- johnpbloch/wordpress: ^4.5
- strata-mvc/strata: dev-master
- vlucas/phpdotenv: ^2.0.1
Requires (Dev)
- phploc/phploc: *
- phpunit/phpunit: 4.7.*
- squizlabs/php_codesniffer: 2.*
- theseer/phpdox: 0.8.1.1
- dev-master
- 1.5.0.53
- 1.5.0.52
- 1.5.0.5
- 1.5.0.4
- 1.5.0.3
- 1.5.0.2
- 1.4.5.8
- 1.4.5.7
- 1.4.5.6
- 1.4.5.5
- 1.4.5.4
- 1.4.5.3
- 1.4.5.2
- 1.4.5.1
- 1.4.4.1
- 1.4.3.1
- 1.4.3
- 1.4.2.4
- 1.4.2.3
- 1.4.2.2
- 1.4.2.1
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.0
- dev-travis-tests
This package is not auto-updated.
Last update: 2016-12-16 08:27:53 UTC
README
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