• 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

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