Skip to content

kmgdevelopment/dinner-at-8-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run composer on ddev with craft you must add the --working-dir flag:

ddev composer install --working-dir=/var/www/html/craft

OR, access the DDEV web layer with 

ddev ssh
cd craft
composer install

To run Craft commands you must log in to the web layer first:

ddev ssh
cd craft
php craft clear-caches/all

About

Data layer for the Dinner at 8 recipe website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published