Plugin versionĬreate new laravel project with laravel new testproject I just started back and updated everything (PHPStorm, Laravel Idea plugin, and Laravel) to the latest. The licensed version continued to work but then I stopped developing for a few months. The version I had several months ago just worked out of the box so I purchased a license. If there is extra setup in the documentation, it is not clear to me. No laravel icon in other words so I'm not sure if phpstorm does this by default without the plugin. If I return a non existent view in my routes file I see what I think is just phpstorm option to create a new view but no real sign that the laravel idea plugin is involved here. I get warnings from PHPStorm 'unknown html tag x-test' and 'empty html tags dont work in some browsers I see no sign that the plugin exists at all when inside a blade file Then in the default 'welcome' view I type x-test or Īlso if I return a non existent view in my routes file I expect to see a helper option to create the new view I create a components directory and a test component '' Then I generate helper files and run npm install for dependencies. Then I create new project from existing files in phpstorm I create a new project with laravel new testproject