Skip to content

Commit c9427b8

Browse files
author
Andrey Helldar
committed
Update README.md
1 parent 0fe84a1 commit c9427b8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,14 @@ app('router')->apiResource('authors/{author}/photos', Author\PhotoController::cl
106106
| PATCH | `/authors/123/photos/{photo}` | `authors.photos.patch` | `route('authors.photos.patch')` |
107107
| DELETE | `/authors/123/photos/{photo}` | `authors.photos.destroy` | `route('authors.photos.destroy')` |
108108

109+
### List of exclusions
110+
111+
By publishing a configuration file with the artisan command, you can explicitly specify a mask of route names that do not need to be translated:
112+
113+
```bash
114+
php artisan vendor:publish --provider="DragonCode\LaravelRouteNames\ServiceProvider"
115+
```
116+
109117
### Exceptions
110118

111119
```php

0 commit comments

Comments
 (0)