# app-basic-2017 **Repository Path**: kzeng/app-basic-2017 ## Basic Information - **Project Name**: app-basic-2017 - **Description**: basic app based yii2 - **Primary Language**: PHP - **License**: BSD-3-Clause - **Default Branch**: NB1 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-02-23 - **Last Updated**: 2024-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README APP BASIC 2016 ============================ 插件介绍 ------------ Yii2 User (Update database schema) ``` $ php yii migrate/up --migrationPath=@vendor/dektrium/yii2-user/migrations ``` Yii2 Filemanager (Update database schema) ``` $ php yii migrate --migrationPath=vendor/pendalf89/yii2-filemanager/migrations ``` Create the ImageManager table ``` $ php yii migrate --migrationPath=@noam148/imagemanager/migrations ```