martindilling / idea-php-laravel-plugin

Laravel Framework Plugin for PhpStorm / IntelliJ IDEA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Plugin for PHPStorm

Version Downloads Downloads last month

Links

Installation

To install, go to Settings > Plugins and search for "Laravel Plugin".

Once installed, you must activate per-project by going to Settings > Laravel Plugin and clicking "Enable for this project".

Note Currently, you must install and use the Laravel IDE Helper in order for PHPStorm to know how to find the Laravel classes.

Current Features

  • PHP/Route: Controller completion and goto
  • PHP/Route: Router::resource references
  • PHP/View: completion and goto for view templates
  • PHP/Config: "providers" class array completion
  • PHP/Config: Config key completion and goto
  • Blade: extends and include linemarker
  • Blade: section overwrite and implements linemarker
  • Blade: Improvements in blade template name completion

TODO

  • Try to remove "IDE Helper Generator" deps
  • Require Symfony2 Plugin, to reduce duplicate code
  • Support multiple view namespaces
  • Support trans/transChoice translation syntax
  • Support yield directive in blade

Screenshots

alt text

About

Laravel Framework Plugin for PhpStorm / IntelliJ IDEA

License:MIT License


Languages

Language:Java 100.0%