Refreshed the list of relevant plugins (#301)

This commit is contained in:
zeitgen 2020-06-17 19:52:56 +03:00 committed by GitHub
parent 787fcae04e
commit 7f524c390b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,18 +8,34 @@ redirect_from:
This page lists some example PhpStorm plugins created by third party developers.
## Symfony
The Symfony plugin is a free plugin for Symfony framework developers.
Symfony plugin is a free plugin for Symfony framework developers.
There are lots of futures included into this plugin, such as Symfony-specific completion and navigation for symbols, templates, service container, Doctrine, translations, routes, forms, events, and more.
There are lots of features included into this plugin, such as Symfony-specific completion and navigation for symbols, templates, service container, Doctrine, translations, routes, forms, events, and more.
* [Official Symfony plugin Web Site](https://symfony2-plugin.espend.de/)
* [GitHub](https://github.com/Haehnchen/idea-php-symfony2-plugin)
* [Symfony Development using PhpStorm Tutorials](https://confluence.jetbrains.com/display/PhpStorm/Symfony+Development+using+PhpStorm)
* [Symfony Development in PhpStorm](https://www.jetbrains.com/help/phpstorm/symfony-support.html)
* [Symfony plugin in PhpStorm Plugins Repository](https://plugins.jetbrains.com/plugin/7219-symfony-support)
## Magicento
## Laravel
The Laravel plugin is a free plugin for Laravel developers.
It provides code completion and navigation for various Laravel components: controllers, routes, views, configuration, services, and translations. You can also use Laravel-specific live templates for generating various Laravel entities.
* [GitHub](https://github.com/Haehnchen/idea-php-laravel-plugin)
* [Laravel Development in PhpStorm](https://www.jetbrains.com/help/phpstorm/laravel.html)
## Laravel Idea
The Laravel Idea plugin is a paid plugin for Laravel developers.
It provides a wide array of code generation and code completion features, and includes hundreds of useful helpers, including configuration and translation keys, gates names completion, blade support, and so on.
* [Documentation](https://laravel-idea.com/docs/3.x/overview)
* [Issue Tracker](https://github.com/laravel-idea/plugin/issues)
* [Laravel Idea plugin in PhpStorm Plugins Repository](https://plugins.jetbrains.com/plugin/13441-laravel-idea)
* [Laravel Development in PhpStorm](https://www.jetbrains.com/help/phpstorm/laravel.html)
## Magicento
Magicento is a paid PhpStorm plugin for Magento developers. Free limited version is available.
Features include: Goto for factories and template paths, autocomplete for factories, xml files and class names, documentation for xml nodes, evaluation of PHP code inside Magento environment, and much more to come!
@ -28,10 +44,14 @@ Features include: Goto for factories and template paths, autocomplete for factor
* [Magicento in PhpStorm Plugins Repository](https://plugins.jetbrains.com/plugin/7089-magicento)
## YiiStorm
YiiStorm is a plugin for PhpStorm IDE that is adding code navigation enhancements for Yii framework based projects.
Features are: Going from render and renderPartial to the view file. Includes controllers, partials and widgets. Supports all ways of specifying a view: themes, smarty .tpl views and external actions; Going from model name in relations() to the model class; Going from the $this->widget('path.to.widget.Class') call to the widget class; Going from controller actions() to action class.
* [GitHub](https://github.com/cmazx/yiistorm)
* [YiiStorm in PhpStorm Plugins Repository](https://plugins.jetbrains.com/plugin/7182-yiistorm)
## PHP Annotations
The PHP Annotations plugin extends PhpStorm to support annotations in PHPDoc blocks.
* [PHP Annotations in PhpStorm Plugins Repository](https://plugins.jetbrains.com/plugin/7320-php-annotations)
* [GitHub](https://github.com/Haehnchen/idea-php-annotation-plugin)