Po najnowszej aktualizacji PHP Intelephense, którą otrzymuję dzisiaj, intelephense wciąż wyświetla błąd dla niezdefiniowanego symbolu mojej trasy (i także innych klas), wcześniej nie ma takiego błędu i to mnie niepokoi.
Oto zrzut ekranu błędu:
A to jest mój kod:
Route::group(['prefix' => 'user', 'namespace' => 'Membership', 'name' => 'user.'], function () {
Route::get('profile', 'ProfileController@show')->name('profile.show');
Route::patch('profile', 'ProfileController@update')->name('profile.update');
Route::patch('change-password', 'ChangePasswordController@change')->name('change-password');
Route::get('role', 'ProfileController@getRole')->name('profile.role');
Route::get('summary', 'SummaryController@show')->name('summary');
Route::get('reserved', 'AuctionController@reservedAuction')->name('reserved');
});
W rzeczywistości nie ma błędu w tym kodzie, ale intelifense ciągle wyświetla błąd, więc czy istnieje sposób, aby to naprawić?
api.php
, zapoznaj się z odpowiedzią @ user12483351 poniżej. To naprawiło to dla mnie. Jestem na Intelephese 1.3.6.