Search code examples
templatesphpstormlive

PhpStorm 9 Live templates import


I found these useful Live Templates for PhpStorm 9 for Laravel Framework:

https://github.com/koomai/phpstorm-laravel-live-templates

but I can't find a folder like this

~/Library/Preferences/product name - version number/templates

to import these files.

I am working with OSX Yosemite

Thx for help!!


Solution

  • For PhpStorm v9.0.x the folder should be ~/Library/Preferences/WebIde90/templates, for 9.5 (currently at EAP stage) it should be ~/Library/Preferences/WebIde95/templates. If unable to find -- do a global search for WebIde90.

    Double check the path you are checking: ~/Library is not the same as /Library (first one located in your user folder, so the real path would be something like /Users/USER_NAME/Library...).