itlo / app-template
ITLO-CMS上的企业网站模板
dev-master
2021-04-29 23:22 UTC
Requires
- itlo/cms-basic: dev-master
Requires (Dev)
This package is auto-updated.
Last update: 2024-09-29 05:49:52 UTC
README
链接
安装
# Download latest version of composer curl -sS https://composer.php.ac.cn/installer | COMPOSER_HOME=.composer php # Installing the base project SkeekS CMS COMPOSER_HOME=.composer php composer.phar create-project --prefer-dist --stability=dev itlo/app-template demo.ru # Going into the project folder cd demo.ru #Edit the file to access the database, it is located at common/config/db.php #Update configs COMPOSER_HOME=.composer php composer.phar self-update && COMPOSER_HOME=.composer php composer.phar du #Installation of ready-dump php yii migrate -t=migration_install -p=backup/migrations