Open bhojkamal opened 1 year ago
After doing everything like removing the vendor and composer update and all at last I went vs code setting. on laravel helper, I untick the Helper: Facades and Helper: models, now it stopped the producing that error on my log file. I spent 2 hours to figure it out.
hi @bhojkamal i'm facing the same issue which vscode setting are you referring to?
UPDATE: the error was that I've forgot to put env on local
I fixe this by stopping the Laravel Helper extension on vs Code.
Versions:
Question:
I removed the this package using
composer remove barryvdh/laravel-ide-helper
. I removed this from composer too.I removed
Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class,
fromconfig/app.php
too.I remove following from the
AppServiceProvider
too.I removed _ide_helper.php and _ide_helper_models.php files too.
Still I got the error following error.
with more stacktrace lot of lines in couple seconds and my logs file is getting bigger bigger soon.
So What is missing to remove it, Please suggest me. Thanks.