Skip to content
New issue

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

[Bug]: not redirect when hover any route #124

Open
kishanlad27 opened this issue Dec 22, 2024 · 2 comments
Open

[Bug]: not redirect when hover any route #124

kishanlad27 opened this issue Dec 22, 2024 · 2 comments
Assignees
Labels

Comments

@kishanlad27
Copy link

Extension Version

0.1.14

PHP Binary

Other

Operating System

Windows

What happened?

image

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

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');
@pushpak1300
Copy link

More information needed. What exactly shown in the logs ?

@kishanlad27
Copy link
Author

Nothing shows in the log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants