bezar / craft-cms-template
dev-master
2019-09-21 18:18 UTC
Requires
- craftcms/cms: ^3.0.0
- craftcms/redactor: 2.4.0
- nystudio107/craft-scripts: ^1.2
- nystudio107/craft-twigpack: ^1.1
- vlucas/phpdotenv: ^3.4.0
This package is not auto-updated.
Last update: 2024-09-30 01:11:26 UTC
README
创建数据库
Craft needs a Database to be created prior to setup
创建项目
`composer create-project -s dev bezar/craft-cms-template <PATH>`
`cd <PATH>
设置
`./craft setup`
安装软件包
`composer install`
`yarn install`
安装craft插件
`./craft install/plugin twigpack`
将数据库与config/project.yaml同步
`./craft project-config/sync`