We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a9158 commit af04676Copy full SHA for af04676
README.md
@@ -38,9 +38,9 @@ config()->set('laravel-trailing-slash.active', false);
38
If you are using Apache on your development or production environment, remember to remove or comment this lines in `public/.htaccess`
39
40
```
41
- RewriteCond %{REQUEST_FILENAME} !-d
42
- RewriteCond %{REQUEST_URI} (.+)/$
43
- RewriteRule ^ %1 [L,R=301]
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteCond %{REQUEST_URI} (.+)/$
+RewriteRule ^ %1 [L,R=301]
44
45
46
### Testing
0 commit comments