Laravel Production issue - Updating composer with Laravel 4.1.x

前端 未结 4 1858
予麋鹿
予麋鹿 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:43

    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
    

提交回复
热议问题