Installation on Mac
Install ddev with homebrew
brew install drud/ddev/ddevmkcert -installgit clone https://github.com/pt1602/shopware-docker-ddev.git
cd shopware-docker-ddev
ddev start && ddev setup- open https://shopware.ddev.site/
- Install Shopware 6 via default installer
- Activate the theme and needed plugins
- That should be it, happy coding
All you need to know
ddev startddev stopddev poweroffddev delete -Oddev sshddev phpmyadminddev launch -mddev import-db --src=dump.sql.gzddev export-db > dump.sql.gz