-
Notifications
You must be signed in to change notification settings - Fork 55
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
Laravel Extra Intellisense Error #109
Comments
happens to me too |
It seems that the error was related to the VS Code version. I installed the versions from https://snapcraft.io/code (and all the add-ons from scratch :/), but the auto-complete came back... |
Same issue |
same error |
same error still |
Same here I'm using sail, btw.
|
Same error |
same error. any one trying to change environment variable? `[info] Laravel Extra Intellisense command started: Auth Data 'php' is not recognized as an internal or external command, |
how did you resolve the error? mine started happening after i changed my time zone. unable to run php artisan serve 2024-07-03 19:05:40.900 [error] Laravel Extra Intellisense Error: Call to a member function providerIsLoaded() on null 2024-07-03 19:08:30.539 [error] Laravel Extra Intellisense Error: In Auth.php line 92: Call to a member function providerIsLoaded() on null |
same issue. |
+1 |
Same issue here. |
Same Issue here |
I have the same problem.... |
I have the same issue on Linux because I used the vscode installed from the software manager that was using flatpak. |
I got this error because I am running my project in Docker containers. It was trying to load the autoload.php from the host. Changing the setting E.g., on the host, my project is in ~/project and inside the Docker container my project is located at /var/www/html. By default the extension uses the ~/project directory, which I changed to /var/www/html to get it to work. |
php command cannot be found in a docker container. that causes the issue. |
VSCODE_LARAVEL_EXTRA_INSTELLISENSE_OUTPUT_ Cannot declare class XML2Array, because the name is already in use at app\helpers.php:461 its an helper file and no more discription getting from error log |
How can I solve this i am using ddev + docker in Ubuntu os for my laravel project my PHP version is above 8.0 , I tried to give these paths one by one but I cannot solved it "php.validate.executablePath": /usr/local/bin/php /usr/bin/php Here my screenshot attached |
System: Linux/Zorin
Desc.: After the last update of the add-on, autocomplete stopped working and errors began to appear when starting the program.
2024-04-22 11:34:40.645 [error] Laravel Extra Intellisense Error:
Application Models
/bin/sh: linia 1: php: nie znaleziono polecenia
2024-04-22 11:34:40.646 [error] Laravel Extra Intellisense Error:
Auth Data
The text was updated successfully, but these errors were encountered: