Skip to content

Latest commit

 

History

History
executable file
·
37 lines (23 loc) · 1.39 KB

README.md

File metadata and controls

executable file
·
37 lines (23 loc) · 1.39 KB

Phundament 4.0.x-dev

Please note: This is a beta version.

Phundament is a 12factor PHP application template for Yii Framework 2.0.

Build Status Total Downloads

Quick-Start

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.

Resources