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 f5245f9 commit e2db3bbCopy full SHA for e2db3bb
README.md
@@ -82,7 +82,7 @@ Here, you can define what you want to collect from the 'Illuminate\Routing\Route
82
Go to your 'routes/web.php', and add the `menu('Menu Label', 'Group Label')` function to your route:
83
84
```php
85
-Route::get('index', \[DashboardController::class, 'index'])
+Route::get('index', [DashboardController::class, 'index'])
86
->name('index')
87
->menu('Dashboard');
88
```
0 commit comments