dev-master
9999999-devPhpStorm plugin for CakePHP
The Requires
- php >=5.4.16
- cakephp/cakephp ~3.0
The Development Requires
PhpStorm plugin for CakePHP
You can install this plugin into your CakePHP 3.x application using composer., (*1)
The recommended way to install composer packages is:, (*2)
composer require skie/cakephp-phpstorm
After install plugin run, (*3)
bin/cake CommandLine
to generate the custom xml file for PhpStorm Command Line Tools., (*4)
File stored into .idea/commandlinetools/Custom_ck.xml After that you should restart PhpStorm. After restart all shell comands should be available from command line tool (Ctrl+Shift+X) with detailed help., (*5)
, (*6)
PhpStorm plugin for CakePHP