From 283ab51259ffd3e9ad13834edb638866542d79cb Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sat, 10 Aug 2019 10:27:43 +0800 Subject: [PATCH] Drop support of IIS [skip ci] --- public/web.config | 47 ------------------------- resources/misc/changelogs/en/next.md | 1 + resources/misc/changelogs/zh_CN/next.md | 1 + 3 files changed, 2 insertions(+), 47 deletions(-) delete mode 100644 public/web.config diff --git a/public/web.config b/public/web.config deleted file mode 100644 index c25037d0..00000000 --- a/public/web.config +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/resources/misc/changelogs/en/next.md b/resources/misc/changelogs/en/next.md index 17d77150..687736d5 100644 --- a/resources/misc/changelogs/en/next.md +++ b/resources/misc/changelogs/en/next.md @@ -20,3 +20,4 @@ - Removed Artisan command `php artisan key:random`. - Removed Artisan commands of migration for v3 to v4. +- Dropped support of IIS. diff --git a/resources/misc/changelogs/zh_CN/next.md b/resources/misc/changelogs/zh_CN/next.md index 0d18e5e7..e31f4eb1 100644 --- a/resources/misc/changelogs/zh_CN/next.md +++ b/resources/misc/changelogs/zh_CN/next.md @@ -20,3 +20,4 @@ - 移除 Artisan 命令:`php artisan key:random` - 移除为 v3 迁移到 v4 而编写的 Artisan 命令 +- 放弃对 IIS 的支持