0

Recently I installed WebStorm. I wanted to use it for Vue and Laravel projects. I tried to add Laravel plugin to work with, but in plugin description it is said that I need to

active it per Project under "Settings > Languages & Frameworks > PHP > Laravel"

The problem is that I have no "PHP" option to choose among Languages & Frameworks.

How to install it to my WebStorm application?

LazyOne
  • 158,824
  • 45
  • 388
  • 391
gileneusz
  • 1,435
  • 8
  • 30
  • 51
  • 1
    the description uses then PHPStorm – Edwin Jan 08 '18 at 16:34
  • Should I install PHPStorm? I thought that all languages are included in WebStorm. – gileneusz Jan 08 '18 at 16:35
  • 2
    Do what @lena said -- you need PhpStorm. [PhpStorm = WebStorm + PHP + Database support](https://stackoverflow.com/a/25647482/783119). WebStorm offers no support for PHP and therefore Laravel plugin cannot be made functional there. – LazyOne Jan 08 '18 at 19:53

2 Answers2

2

Webstorm provides no support for PHP, and Laravel plugin is not compatible with it. You need PHPStorm for working with PHP. It includes all Webstorm stuff for javascript, HTML, CSS, etc., so you won't lose any functionality

lena
  • 90,154
  • 11
  • 145
  • 150
0

download the pluguin here : https://plugins.jetbrains.com/plugin/7532-laravel-plugin

  • Install plugin and active it per Project under "Settings > Languages & Frameworks > PHP > Laravel"
  • Use "Laravel IDE Helper Generator" to generate ide classes
  • Configure root Views directory, if not usingdefault file structure
  • (Enable autopopup for completion in pluginsetting)
Yassine CHABLI
  • 3,459
  • 2
  • 23
  • 43