Skip to content

Commit

Permalink
Update screens.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored Aug 21, 2024
1 parent d3f9568 commit b4fd7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/docs/screens.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ To use the new screen in your application, you will need to register it in the r
## Routing Screens


Before a screen can be accessed at a direct URL, it must be registered in the routes/platform.php routes file. Routes registered in this file will be passed through the middleware specified in the [configuration](/en/docs/configuration).
Before a screen can be accessed at a direct URL, it must be registered in the `routes/platform.php` routes file. Routes registered in this file will be passed through the middleware specified in the [configuration](/en/docs/configuration).


To register a screen, you can use the screen method of the `Route` class. For example:
Expand Down

0 comments on commit b4fd7a2

Please sign in to comment.