Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bezin committed May 31, 2021
1 parent 4aa7851 commit 68ac6e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ return #[Route('/foo/(:all)', 'GET')] function ($all) {
};
```

When developing in `debug` mode, the files will always be read from disk.
When`debug` is `false`, the loaded routes will be read once and then cached.
Make sure to clear the plugin cache after deployment, when you have made
changes to the routes.

****

## Installation
Expand Down

0 comments on commit 68ac6e3

Please sign in to comment.