"Laravel" View
Answered
I was wondering if there is a way to enable or configure a "Larvel" view in PhpStorm or IntelliJ that organizes Controlers, Models, etc the same way for Ruby on Rails there is a Rails View in RubyMine/IntelliJ, or Grails View in IntelliJ.
Please sign in to leave a comment.
Hi there,
No.
PhpStorm does not really provide any Laravel-specific functionality/support (well, except Blade files support). Similar story with other PHP frameworks.
The best option in my opinion would be asking Laravel plugin developer(s) to implement something like that. Plugin home: https://github.com/Haehnchen/idea-php-laravel-plugin
P.S. There was dedicated Framework MVC View that supports Symfony 2 and Yii frameworks only ... but AFAIK there was no any serious movement in this regard since initial release (PhpStorm v5) or so .. so I'm not sure if this functionality still even present in IDE (never used it myself). Overall devs are trying to implement generic solutions leaving framework-specific aspects for corresponding plugins.
P.P.S. Yeah ... that MVC View is still available .. but plugin is not bundled by default any more (for quite some time actually).
That makes sense. Thanks for the reply.
I will follow up with the plugin devs.