I'm trying to use IntelliJ with the PHP framework laravel 4, which is based partially on Symphony, and uses the popular Composer package manager. Due to the way these frameworks set up their access to classes and packages, IntelliJ has trouble finding them. This results in non-working code completion and numerous incorrect error indications, since IntelliJ can't find the classes.
It seems PHPStorm and WebStorm has some built-in support for Composer. Perhaps that could help. But I've seen no mention of this for IntelliJ. Is this an exclusive PHPStorm / WebStorm feature that's not available for IntelliJ?
Mike