proc_open error when try to run artisan dump-autoload
问题 When I try to run php artisan dump-autoload, I got this error: root@server:/var/mysite# php artisan dump-autoload Generating optimized class loader [Symfony\Component\Process\Exception\RuntimeException] The Process class relies on proc_open, which is not available on your PHP installation. dump-autoload root@server:/var/mysite# I'm on Ubuntu 12.10 x64 on DigitalOcean. any idea? 回答1: It seems that the proc_open is disabled in your php.ini. Usually for security reason. To be sure search the