Laravel Production issue - Updating composer with Laravel 4.1.x

前端 未结 4 1856
予麋鹿
予麋鹿 2021-02-07 08:08

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.

4条回答
  •  滥情空心
    2021-02-07 08:55

    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
    

提交回复
热议问题