Hyacinth / app

Standard Yii Application Boilerplate with composer support

Home Page:http://phundament.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phundament

Version 3-0.22.0

What is Phundament?

Phundament is a solid, highly customizable universal application foundation built with composer upon Yii Framework.

It's goal is the seamless integration of Yii extensions and libraries bundled in composer packages packages. Read on…

Quick-Start

Step 1

Option A) If you have composer already installed

composer.phar create-project --prefer-dist phundament/app my-app

Option B) Download, extract, enter the app root folder and start the installation process with

php composer.phar create-project --prefer-dist

When asked, create local configuration files and choose your environment.

Step 2

Apply the database migrations and enter your desired admin credentials.

cd my-app
app/yiic migrate

Step 3

Open http://localhost/my-app/www/index.php in your browser

Manage your application

You may add the --no-dev option for production systems or use --prefer-source if you want to develop packages.

Note: if you want to install Phundament 3 with a MySQL database, you have to update your config first, see the Setup section in our wiki.

Documentation

Demo

  • Try a test-drive at the Demo Page
    • Login with admin / admin. The demo website will be resetted every 6 hours.

Resources

Latest Stable Version Total Downloads

Latest Unstable Version Build Status

Scrutinizer Quality Score Dependencies Status

Fundamentals

Information

Links

Social Networks

Contact

About

Standard Yii Application Boilerplate with composer support

http://phundament.com

License:Other