Provides support for Nextras ORM – an ORM library for PHP.
Supported features:
- Entity modifiers highlighting - see clearly your modifiers;
- Entity modifiers reference contributor - renames of property changes references to it in modifiers;
- Entity setter & getter generator - helps you to create these methods;
- Collection expression auto-completion - suggests entity properties and allow relationships traversing;
- Collection & Repository entity type propagation - propagates specific entity types for
find*
,get*
, and persisting methods;
- Install IntelliJ IDEA Ultimate
- Install PHP plugin
- Open this project
- In
build.gradle
set a proper path to your PhpStorm / comment out thealternativeIdePath
to debug in IEDA Ultimate
- Run, Edit Configurations, +, Plugin
- keep defaults, but change Use classpath of module from
[none]
tonextras-orm-plugin
- optionally change JRE to PHPStorm