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: 2025-03-31 03:50:54 UTC
README
Create Database
Craft needs a Database to be created prior to setup
Create Project
`composer create-project -s dev bezar/craft-cms-template <PATH>`
`cd <PATH>
Setup
`./craft setup`
install the packages
`composer install`
`yarn install`
install craft plugins
`./craft install/plugin twigpack`
sync the the db with config/project.yaml
`./craft project-config/sync`