venveo / craft-boilerplate
Craft CMS Boilerplate for spinning up new projects.
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 126
Dependents: 0
Suggesters: 0
Security: 0
Stars: 48
Watchers: 7
Forks: 6
Open Issues: 0
Language:Twig
Type:project
pkg:composer/venveo/craft-boilerplate
Requires
- php: ^7.0
 - ext-imagick: *
 - ext-mbstring: *
 - ext-mcrypt: *
 - predis/predis: ^1.1
 
Requires (Dev)
- fzaninotto/faker: ~1.4
 - mockery/mockery: 0.9.*
 - phpspec/phpspec: ~2.1
 - phpunit/phpunit: 5.4.*
 - phpunit/phpunit-selenium: ^3.0
 - venveo/craft-elixir: ^1.0.0
 - vlucas/phpdotenv: ^2.0
 
This package is auto-updated.
Last update: 2022-05-16 23:46:46 UTC
README
Running with DDEV
Requirements
- Docker
 - DDEV
 
Setup
- Run 
ddev startin terminal window - Open new terminal window, leaving previous minimized
 - Run 
ddev import-dband enter full path (e.g. /Users/ransom/Downloads/db-export.sql) and press enter - Run 
ddev launch - (Optional) Download assets and add to web/images directory
 
Running commands:
- Craft CLI: 
ddev craft <command> - NPM: 
ddev npm <command> - Composer: 
ddev composer <command> - Build for production: 
make build