We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.1.14
Other
Windows
I have wrote the route in the route.php file. when I hover any method it's not redirected to the particular function.
Route::get('posts',[PostController::class,'index'])->name('posts.index'); Route::get('posts/create',[PostController::class,'create'])->name('posts.create'); Route::post('posts/store',[PostController::class,'store'])->name('posts.store');
The text was updated successfully, but these errors were encountered:
More information needed. What exactly shown in the logs ?
Sorry, something went wrong.
Nothing shows in the log.
joetannenbaum
No branches or pull requests
Extension Version
0.1.14
PHP Binary
Other
Operating System
Windows
What happened?
I have wrote the route in the route.php file.
when I hover any method it's not redirected to the particular function.
Mimimal Code Sample
The text was updated successfully, but these errors were encountered: