Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/en/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ use App\Orchid\Screens\TaskScreen;

Route::screen('task', TaskScreen::class)->name('platform.task');
```
```php
php artisan route:cache
```

Now that we have registered a new route for our screen, we can visit the screen in the browser by navigating to the corresponding URL. In this case, since we registered the route as `/admin/task`, we can visit the screen by going to `http://your-app.test/admin/task` in the browser.

Expand Down