Skip to content

PhpStorm WordPress Integration #25

@kraftner

Description

@kraftner

The WP integration of PhpStorm seems to require a local path to WP. But you bake WP into the container which prevents that from working. So you either don't use it or need to have WP core somewhere else on the machine.

Personally I find this useful especially for the hooks integration.

Generally having WP Core hidden in the Container also makes other things difficult like stepping through core with xDebug or working on core itself.

Personally I have often turned to not baking WP into the container for this reason but install it with Composer in the host filesystem and mount it into the container. But this of course comes with other disadvantages like e.g. the usual permission issues with docker mounts.

Curious about your thoughts on this.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions