Please note: This is a
beta
version.
Phundament is a 12factor PHP application template for Yii Framework 2.0.
You can install Phundament 4 using composer...
composer global require "fxp/composer-asset-plugin:1.0.0-beta4"
composer create-project --stability=dev phundament/app
Create and adjust your environment configuration, eg. add a database...
cp .env-dist .env
edit .env
Run the application setup...
./yii app/setup
Open http://path-to-app/web
or http://path-to-app/web?r=admin
in your browser.
Note: Alternative installation methods with Docker, fig, Vagrant & Docker or PaaS are availble in the documentation.