We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce9c67 commit 304a635Copy full SHA for 304a635
docs/1-essentials/02-views.md
@@ -502,7 +502,7 @@ This component provides a form element that will post by default and includes th
502
503
```html
504
<?php
505
-use function \Tempest\uri;
+use function \Tempest\Router\uri;
506
?>
507
508
<x-form :action="uri(StorePostController::class)">
docs/4-internals/03-view-spec.md
@@ -473,7 +473,7 @@ This component provides a form element that will post by default and includes th
473
474
475
476
477
478
479
0 commit comments