PHP code example of iiyii / getyii
1. Go to this page and download the library: Download iiyii/getyii library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
iiyii / getyii example snippets
git clone https://github.com/iiYii/getyii.git
cd getyii
composer install
php init
vim common/config/db.php
php yii install
php yii migrate
cp common/config/db.php common/config/db-local.php
php yii install
php yii migrate