Skip to content

Commit 915a177

Browse files
committed
Changed redirection.php in documentation file
1 parent dba68f3 commit 915a177

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ This is the contents of the published config file:
3737
```php
3838
<?php
3939

40+
<?php
41+
4042
return [
4143
/*
4244
|--------------------------------------------------------------------------
@@ -64,6 +66,17 @@ return [
6466
*/
6567
'default_status_code' => (int)env('REDIRECT_DEFAULT_STATUS', 301),
6668

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+
6780
/*
6881
|--------------------------------------------------------------------------
6982
| Redirect Driver

0 commit comments

Comments
 (0)