A python 3 script which setups a Cakephp Phpstorm project, so it doesn't have to be done manually.
- Install python3 using your prefered method - Windows Appstore, direct download, Chocolatey.
- Install project packages using pip:
pip install -r requirements.txt
Make sure your projects path and toolbox phpstorm apps path is set correctly in config.json
.
Example config (also found in config.example.json
):
{
"projects": "C:/Phpstorm",
"phpstorm": "C:/Users/[USERNAME]/AppData/Local/JetBrains/Toolbox/apps/PhpStorm/ch-0"
}
Execute python setup-phpstorm-project.py
and follow instructions given in the terminal.
Kevin From kevinfrom@live.dk
write all necessary filessave paths to text filesopen project in phpstorm afterwards (both on windows and mac)add first theme plugin to vcs.xml for Git trackingdon't overwrite files if they already existautomatically detect highest version of installed PhpStorm