From aec09a4279c0a00a7d33a1f748878dd23ae67fbb Mon Sep 17 00:00:00 2001 From: August Miller Date: Wed, 21 Aug 2024 14:43:26 -0700 Subject: [PATCH 1/3] Remove `web.config` file --- web/web.config | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 web/web.config diff --git a/web/web.config b/web/web.config deleted file mode 100644 index 4274da57..00000000 --- a/web/web.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - From 9baa27f03f559581fd8b0dee6a4f6272b0eebffc Mon Sep 17 00:00:00 2001 From: August Miller Date: Wed, 21 Aug 2024 14:43:54 -0700 Subject: [PATCH 2/3] Remove version from setup instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47e08ea8..ceb06829 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The best way to spin up your first project is with [DDEV](https://ddev.com/), a ddev config --project-type=craftcms --docroot=web --create-docroot --php-version=8.2 # Use this package as a starting point: - ddev composer create -y --no-scripts craftcms/craft=^5.0.0 + ddev composer create -y --no-scripts craftcms/craft # Run the Craft CMS installer (use all defaults): ddev craft install From e39614fc316fa2fd504eee1e2d7ca74baa97889c Mon Sep 17 00:00:00 2001 From: August Miller Date: Wed, 21 Aug 2024 14:44:19 -0700 Subject: [PATCH 3/3] Remove project type default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ceb06829..d4044e2e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The best way to spin up your first project is with [DDEV](https://ddev.com/), a ``` 3. Configure a new DDEV [project](https://ddev.readthedocs.io/en/latest/users/quickstart/#craft-cms), and install Craft: ```bash - ddev config --project-type=craftcms --docroot=web --create-docroot --php-version=8.2 + ddev config --project-type=craftcms --docroot=web # Use this package as a starting point: ddev composer create -y --no-scripts craftcms/craft