You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Take a look at one of the MU plugins that comes with this repo already, secure-db-connection. You will first need to install the plugin via Composer's require:
I finally manage to add one (S3 Uploads). After you add the plugin to the MU plugin custom installer path in your composer.json file, you also need to create a symlink in public/wp-content/mu-plugins that points to plugin's main file.
In my case, I ran this command inside public/wp-content/mu-plugins: ln -s s3-uploads/s3-uploads.php s3-uploads.php.
It would be nice to add a small paragraph in the README :)
Hi,
How can I add a must-use plugin using Composer?
Thanks!
The text was updated successfully, but these errors were encountered: