Php versions – VSCode Intelliphense not working properly with Laravel Projects
In VSCode the PHP intelephense extension version 1.3.7 marks the laravel Facades as classes not found. Before if you import a Facade like this: use Log; and then use it in the file like this: Log::info('some message'); which is correct…