Same here, thought I could append my plugins to the mu-plugins stuff. Soil works fine, the wpackagist-plugins and my CPT plugin don’t…
Guess it has to do with the missing composer-file in the regular WordPress-plugins?
Soil is a package with its type set to
wordpress-plugin
. Since it implementscomposer/installers
we can override its type.
Or are all the plugin sitting in the mu-plugins-folder automatically being recognized and installed upon deployment? If so then why would I add Soil here?
Could someone shed some light on this?
Thanks!