Currently getting completely lost in #wordpress / #composer hell: building a local composer-based plugin that requires base classes from a local path-based package.Plugin: all ok. Local package requires remote package: ok.Local package tries to use required package: class not found but it's really physically there in /vendor 😬.

Currently getting completely lost in #wordpress / #composer hell:

building a local composer-based plugin that requires base classes from a local path-based package.

Plugin: all ok.

Local package requires remote package: ok.

Local package tries to use required package: class not found but it’s really physically there in /vendor 😬.

To top