asika/formosa

A light framework named by Taiwan.

1.1.0 2014-08-02 14:15 UTC

This package is auto-updated.

Last update: 2024-03-29 03:03:38 UTC


README

This is Formosa starter package.

Formosa is a starter package of Windwalker Framework.

Installation Via Composer

$ php composer.phar create-project asika/formosa formosa 1.0.*

Getting Started

Copy etc/config.dist.yml to etc/config.yml and fill database information.

Open http://{Your project root}/www, you will see sample page.

img

Click Cover menu item, then you will see another page.

acme_cover

The DB data not import yet. Please run this command:

$ php bin/phinx status

This is our migration schema.

img

Just run:

$ php bin/phinx migrate

The DB will auto import.

img

This is the result page:

img