Ship default configuration for DDEV in the project template
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3575779. -->
Reported by: [phenaproxima](https://www.drupal.org/user/205645)
Related to !822
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Right now, if you download the project template and unzip it, you see some spin-up instructions in the README.</p>
<p>These instructions work, but if we shipped some <em>bare-bones</em> configuration for DDEV, we could reduce them to just...<code>ddev launch</code>.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>I validated with @rfay in Slack that we could ship a <code>.ddev/config.yaml</code> which contains only the following lines:</p>
<pre>type: drupal11<br>docroot: web<br>ddev_version_constraint: '>= 1.25.0'<br>hooks:<br> post-start:<br> - composer: install<br> - composer: drupal:recipe-unpack</pre><p>This would be enough for <code>ddev launch</code> to spin up Drupal CMS from its zip file.</p>
issue