File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ This is the contents of the published config file:
37
37
``` php
38
38
<?php
39
39
40
+ <?php
41
+
40
42
return [
41
43
/*
42
44
|--------------------------------------------------------------------------
@@ -64,6 +66,17 @@ return [
64
66
*/
65
67
'default_status_code' => (int)env('REDIRECT_DEFAULT_STATUS', 301),
66
68
69
+ /*
70
+ |--------------------------------------------------------------------------
71
+ | Case sensitivity
72
+ |--------------------------------------------------------------------------
73
+ |
74
+ | Whether to match URLs case sensitively or not.
75
+ | Default to false because most URLs are not case sensitive.
76
+ |
77
+ */
78
+ 'case-sensitive' => (bool) env('REDIRECT_CASE_SENSITIVE', false),
79
+
67
80
/*
68
81
|--------------------------------------------------------------------------
69
82
| Redirect Driver
You can’t perform that action at this time.
0 commit comments