Running “composer install” on plugin activation
-
Hi, I am developing a plugin with vendor packages installed using composer. I am trying to avoid uploading the extension with the packages included (which creates a big file that causes problems on servers with upload limits), and am wondering if I can instead install the packages automatically during activation. I tried using PHP’s “exec” command but it doesn’t seem to work, and I’m not sure why. Any ideas?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Running “composer install” on plugin activation’ is closed to new replies.