diff --git a/topics/products/phpstorm/existing_plugins.md b/topics/products/phpstorm/existing_plugins.md index ba88ae3f7..ba771c059 100644 --- a/topics/products/phpstorm/existing_plugins.md +++ b/topics/products/phpstorm/existing_plugins.md @@ -1,4 +1,4 @@ - + # Example PhpStorm Third-Party Plugins @@ -17,47 +17,17 @@ There are lots of features included into this plugin, such as Symfony-specific c * [Symfony Development in PhpStorm](https://www.jetbrains.com/help/phpstorm/symfony-support.html) * [Symfony plugin on JetBrains Marketplace](https://plugins.jetbrains.com/plugin/7219-symfony-support) -## 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, etc. -* [Documentation](https://laravel-idea.com/docs/3.x/overview) +* [Documentation](https://laravel-idea.com/docs/overview) * [Issue Tracker](https://github.com/laravel-idea/plugin/issues) * [Laravel Idea plugin on JetBrains Marketplace](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. -A 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 the Magento environment, and much more to come! - -* [Official Magicento website](https://magicento.com/) -* [GitHub](https://github.com/enriquepiatti/Magicento) -* [Magicento on JetBrains Marketplace](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 on JetBrains Marketplace](https://plugins.jetbrains.com/plugin/7182-yiistorm) - ## Nette Nette is a family of mature and stand-alone components for PHP that create a framework.