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.
2 parents fec1dda + ba63ccd commit afcd33bCopy full SHA for afcd33b
.vitepress/config/navbar.ts
@@ -49,7 +49,7 @@ const nav: DefaultTheme.NavItem[] = [
49
items: [
50
{
51
text: 'Hana JS',
52
- link: 'https://hanajs.dev',
+ link: 'https://hana.leafphp.dev',
53
},
54
55
text: 'Naytive',
src/docs/routing/index.md
@@ -116,7 +116,7 @@ You can then redirect to this route using the route name by passing an array wit
116
response()->redirect(['home']);
117
```
118
119
-If you want to get details about a route, you can use the `getRoute()` method.
+If you want to get details about a route using its name, you can use the `route()` method.
120
121
```php:no-line-numbers
122
$route = app()->route($routeName);
0 commit comments