https://github.com/craftcms/phpstorm-settings
PhpStorm settings used for Craft CMS development.
https://github.com/craftcms/phpstorm-settings
craftcms phpstorm phpstorm-settings
Last synced: 11 months ago
JSON representation
PhpStorm settings used for Craft CMS development.
- Host: GitHub
- URL: https://github.com/craftcms/phpstorm-settings
- Owner: craftcms
- Created: 2017-02-01T19:47:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T18:30:28.000Z (over 2 years ago)
- Last Synced: 2025-01-14T12:32:50.993Z (about 1 year ago)
- Topics: craftcms, phpstorm, phpstorm-settings
- Homepage:
- Size: 23.4 KB
- Stars: 50
- Watchers: 6
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
PhpStorm Settings for Craft CMS
===============================
## Settings Files
- [`Craft_Code_Style.xml`](Craft_Code_Style.xml) – Code style scheme. Install from Preferences → Editor → Code Style → ⚙️ → Import Scheme…
- [`Craft_Inspections.xml`](Craft_Inspections.xml) – Inspection profile. Install from Preferences → Editor → Inspections → ⚙️ → Import Profile…
## Recommended PhpStorm Plugins
- [Php Inspections (EA Extended)](https://plugins.jetbrains.com/idea/plugin/7622-php-inspections-ea-extended-) – Adds lots of PHP best practices inspections
- [Yii2 Inspections](https://plugins.jetbrains.com/idea/plugin/9400-yii2-inspections) – Adds some Yii 2 and Craft-specific inspections
## Other Resources
- [Craft Coding Guidelines](https://craftcms.com/docs/4.x/coding-guidelines.html) – Guidelines for Craft CMS and Craft plugin development.
- [Generator](https://github.com/craftcms/generator/) – Scaffold Craft plugins, modules, and CMS components from the command line.