yidas/yii2-app-basic-demo

Yii2 Framework demonstrated environment with CRUD

0.1.0 2018-06-08 17:55 UTC

This package is auto-updated.

Last update: 2024-04-18 22:44:35 UTC


README

993323

Yii 2 Basic Project Demo


INSTALLATION

composer create-project --prefer-dist yidas/yii2-app-basic-demo

CONFIGURATION

Database Setting

  1. Create a database for demo application (Default name is yii_demo).

  2. Set the database permission from config/db.php.

After setting, you could actvie migration and tables from web.