Skip to content

Commit ed174b2

Browse files
author
Andrey Helldar
authored
Merge pull request #1 from TheDragonCode/1.x
Update README.md
2 parents 1436a58 + 3e879b8 commit ed174b2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@ This is all. Now you don't have to specify route names. Now the route names will
3030
>
3131
> Also, [Laravel Idea](https://laravel-idea.com) support coming soon.
3232
33+
Since route names are generated at the time they are received, we recommend using route caching in production:
34+
35+
```bash
36+
php artisan route:cache
37+
```
38+
39+
or
40+
41+
```bash
42+
php artisan optimize
43+
```
44+
3345
For example:
3446

3547
```php

0 commit comments

Comments
 (0)