I haven\'t encountered any issue in deploying my laravel project until now. I\'ve been deploying for like almost a year already for this project. But some new bug came up.
had the same problem, performed the composer installation command in the terminal and problem solved
the composer via yum install command:
yum install composer -y
I fixed it by installing the missing dependencies.
1008 php -v
1009 yum search php55
1010 yum -y install php55w-xml.x86_64
1011 clear
1012 su - api
1013 httpd restart
1014 service httpd restart
sudo apt-get install php5.6-xml
fixed this for me on Ubuntu with PHP 5.6. (Its nothing to do with Laravel BTW - I'm not using that framework at all.)
You can install phpunit, after that, if there are problems, execute the command: sudo a2dismod php5
.If you still have questions, to analyze your problem by looking at the system log.