Closed lefrancois closed 3 years ago
Route group prefixes like Route::name('frontend.')->group(function() { will not be shown in autocompletion.
Route::name('frontend.')->group(function() {
@lefrancois Hi
Extension gets route names from your application. Check your routes with:
php artisan route:list
@amir9480 You are right, had to restart vsCode, but now it looks good. 👍🏼
Route group prefixes like
Route::name('frontend.')->group(function() {
will not be shown in autocompletion.