bezar / craft-cms-template
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
Type:project
pkg:composer/bezar/craft-cms-template
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-10-13 06:20:46 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`