Laravel does not work without proc_open

From my understanding allowing proc_open in php fpm is dangerous.

I have enabled proc_open in CLI however my laravel app produces errors still.

It only works if i enable proc_open in php fpm. Any solutions to why this happens?

php has different configuration files for the cli and web preprocess .

Editing the cli file almost always will not work when php is used as a web server preprocess.
I believe which file is edited in hestia depends on whether you have a nginx only install or an nginx/apache install. If you got it working then you edited the correct file :smiley: