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 1c0037a commit 50a9158Copy full SHA for 50a9158
README.md
@@ -35,6 +35,14 @@ If you want to disable the behaviour of this package just in certain areas of yo
35
config()->set('laravel-trailing-slash.active', false);
36
```
37
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]
44
45
46
### Testing
47
48
``` bash
0 commit comments