strata-mvc / project
Blank Strata Project
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.6.4
- johnpbloch/wordpress: ^4.7
- strata-mvc/strata: dev-master
Requires (Dev)
- phploc/phploc: *
- phpmd/phpmd: @stable
- phpunit/phpunit: ~5.7
- squizlabs/php_codesniffer: ^2.8
This package is not auto-updated.
Last update: 2020-01-24 15:57:38 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