Would be so rad to be able to call `ddev composer create -y "viget/craft-site-starter"` I ran into a few snags in the past, but it seems like there have been some changes recently. **DDEV Composer Create** https://github.com/ddev/ddev/releases#:~:text=Improved%20argument%20handling%20for%20ddev%20composer%20create%3A%20The%20ddev%20composer%20create%2Dproject%20alias%20has%20been%20added%20for%20better%20usability. **Run DDEV commands from within container** https://github.com/ddev/ddev/releases#:~:text=Global%20DDEV%20commands%20available%20inside%20the%20web%20container%3A%20Commands%20like%20ddev%20xdebug%20toggle%20can%20now%20be%20run%20directly%20within%20the%20web%20container%2C%20e.g.%2C%20simply%20use%20xdebug%20toggle. - Would this make it possible to change config or restart DDEV?
Would be so rad to be able to call
ddev composer create -y "viget/craft-site-starter"I ran into a few snags in the past, but it seems like there have been some changes recently.
DDEV Composer Create
https://github.com/ddev/ddev/releases#:~:text=Improved%20argument%20handling%20for%20ddev%20composer%20create%3A%20The%20ddev%20composer%20create%2Dproject%20alias%20has%20been%20added%20for%20better%20usability.
Run DDEV commands from within container
https://github.com/ddev/ddev/releases#:~:text=Global%20DDEV%20commands%20available%20inside%20the%20web%20container%3A%20Commands%20like%20ddev%20xdebug%20toggle%20can%20now%20be%20run%20directly%20within%20the%20web%20container%2C%20e.g.%2C%20simply%20use%20xdebug%20toggle.