Phpstorm - Laravel Mix
Hello
I'm using phpstorm with the Laravel Plugin enabled and also with the Barry (laravel-ide-helper) package.
My webpack.mix.js file is showing this message (image attached).
Is there any way to fix this?
I'm using Laravel Mix version 4.0.7
Thank you
请先登录再写评论。
I guess a specific plugin is needed for this... Anyone know about one?
Just to be sure, did you try both Laravel and Laravel Idea plugins already?
Hi. Yes, I tried both plugins and I still have this same problem. Does anyone know a solution?
Laravel-mix package doesn't include any .d.ts files that would contain typescript definitions for the IDE to resolve the symbols. So the IDE doesn't know anything about the methods you use.
Do you know any plugins to solve this?
Sorry, I'm not aware of such plugins.