• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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