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 5, 2022
1 parent 1436a58 commit 3e879b8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@ This is all. Now you don't have to specify route names. Now the route names will
>
> Also, [Laravel Idea](https://laravel-idea.com) support coming soon.
Since route names are generated at the time they are received, we recommend using route caching in production:

```bash
php artisan route:cache
```

or

```bash
php artisan optimize
```

For example:

```php
Expand Down

0 comments on commit 3e879b8

Please sign in to comment.