• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question can't run shell_exec(npm run production) from laravel controller

xx238

New Pleskian
So I'm just trying to run shell_exec(/opt/plesk/node/12/bin/npm run production) from my laravel php controller after editing some text and css codes through php so the vue files get compiled again and the changes are being displayed but I just can't get it to work no matter what I try. Can't seem to get any error code or anything out of it either, I've just got no clue what to do at this point. Been searching some other posts in this forum or on google but can't really seem to find an answer. Was wondering if anyone here would know how to fix this.

When I run this code on localhost it works just fine, sorry if it's a noob question but I'm new to plesk. Just trying to get my laravel/vue app working online.
 
Back
Top