Skip to content
forked from phundament/app

12factor PHP Application Template for Yii 2.0 Framework

License

Notifications You must be signed in to change notification settings

techgaun-np/app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

12factor PHP Application Template for Yii 2.0 Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 62.1%
  • PHP 35.9%
  • Shell 1.2%
  • Other 0.8%