Laravel Plugin - View namespace
Hello everyone,
I'm having some problems with the Laravel Plugin. I use the standard view folder for my views and added it under settings. Auto completion works, but also adds an empty namespace on every view, f.e:
View::make('::admin.pages.info');
That code above is wrong and doesn't work, I need the following code for auto completion:
View::make('admin.pages.info');
How can I fix this issue? Is there maybe any root namespace that I have to add to the settings?
Best regards,
Dennis
Please sign in to leave a comment.
Please contact the author of the plugin: https://plugins.jetbrains.com/space/index?pr=phpStorm&lg=Haehnchen