skie/cakephp-phpstorm

There is no license information available for the latest version (dev-master) of this package.

PhpStorm plugin for CakePHP

Maintainers

Details

github.com/skie/PhpStorm

Source

Issues

Installs: 1 456

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 2

Forks: 5

Open Issues: 1

Type:cakephp-plugin

dev-master 2018-02-28 16:11 UTC

This package is not auto-updated.

Last update: 2024-03-22 17:14:15 UTC


README

Installation

You can install this plugin into your CakePHP 3.x application using composer.

The recommended way to install composer packages is:

composer require skie/cakephp-phpstorm

After install plugin run

bin/cake CommandLine 

to generate the custom xml file for PhpStorm Command Line Tools.

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.

Usage example

Sample