WebStorm/PhpStorm links
Categories
Tags
Beta Commandline completion composer CSS database debug deployment documentation ecmascript5 editor ftp HTML html5 import inspection JavaScript LESS navigation Node.js offer PHP PhpStorm PHPUnit productivity Profiler Project RC refactoring Release SASS settings sftp smarty Symfony synchronisation TypeScript UI unit testing WebStorm WebStorm/PhpStorm links Xdebug youtrack zen-coding Zend Debugger-
Other JetBrains Blogs
Meta
Tag Archives: composer
PHPUnit installation via Composer in PhpStorm
Since version 3.7, PHPUnit allows us to install the test runner and optional dependencies using Composer. With PhpStorm 6, this workflow is now supported from the IDE. Using both the bundled Composer support and PhpStorm’s unit testing support, we can … Continue reading
Composer support in PhpStorm
One of the great things that happened in PHP world was the introduction of Composer, a dependency manager for PHP which allows us to specify dependencies for our project and have Composer install and update them for us. With PhpStorm … Continue reading
PhpStorm 6 EAP build 126.36
New build is ready – this time with some quite visible changes! Check out new Composer project type at File|New Project|Projec Type->Composer PHPUnit tests generation via File|New|PHPUnit… and Navigate|Test actions Controllable Arrangement of class members in PHP at Settings|Code Style|PHP|Arrangement Hierarchical color scheme management via Language … Continue reading
Integrating Composer command line tool with PhpStorm
Built-in Command Line Tool support plugin provides autocompletion and documentation for any command line based tools. It needs just an xml commands description to support new tool. We plan to add automatic recognition of composer and other popular tools in future, but … Continue reading