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.
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