Skip to content

Commit a772973

Browse files
committed
remove "disable middleware" section
1 parent 374afc1 commit a772973

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -140,18 +140,6 @@ By default this field comes configured with some options, so feel free to config
140140

141141
> *Notice*: This package skip automatically 'binary' and 'streamed' responses. See [File Downloads][link-file-download].
142142
143-
### Disable Middleware
144-
145-
All middlewares operate with Auto-Discover. However, there are times when you do not want to use a specific middleware.
146-
147-
```php
148-
//config/laravel-page-speed.php
149-
150-
'disabled_middlewares' => [
151-
\RenatoMarinho\LaravelPageSpeed\Middleware\TrimUrls::class,
152-
];
153-
```
154-
155143
## Testing
156144

157145
```sh

0 commit comments

Comments
 (0)