Skip to content
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.

Loss of links from web.php file #260

Open
GUILLEMAUT-Pascal opened this issue Aug 6, 2020 · 2 comments
Open

Loss of links from web.php file #260

GUILLEMAUT-Pascal opened this issue Aug 6, 2020 · 2 comments

Comments

@GUILLEMAUT-Pascal
Copy link

With PhpStorm, after a while that I have not encrypted we lose the links of the web.php file.
You can no longer click on it and the get / post turns orange instead of yellow.
This is penalizing because often to debug you start from the web file.
Cordially.

@nicolus
Copy link

nicolus commented Nov 5, 2020

I have this issue too (on phpstorm 2020.x), it is very annoying and I can't reproduce it consistently, it seems pretty random.

This feature used to work fine, so I suspect it's a compatibility issue with the newer versions of phpStorm. @Haehnchen , is this project still maintained ?

@hcancelik
Copy link

@nicolus @GUILLEMAUT-Pascal

How do you define your routes?

If you defined them like below (instead of Route::get('/register', 'RegisteredUserController@create')) they work all the time.

...
use Illuminate\Support\Facades\Route;

Route::get('/register', [RegisteredUserController::class, 'create']);
...

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

No branches or pull requests

3 participants