Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Mar 6, 2022
1 parent 0fe84a1 commit c9427b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@ app('router')->apiResource('authors/{author}/photos', Author\PhotoController::cl
| PATCH | `/authors/123/photos/{photo}` | `authors.photos.patch` | `route('authors.photos.patch')` |
| DELETE | `/authors/123/photos/{photo}` | `authors.photos.destroy` | `route('authors.photos.destroy')` |

### List of exclusions

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:

```bash
php artisan vendor:publish --provider="DragonCode\LaravelRouteNames\ServiceProvider"
```

### Exceptions

```php
Expand Down

0 comments on commit c9427b8

Please sign in to comment.