My composer won't update completely with Laravel 4 it gets stuck with artisan

前端 未结 6 994
无人共我
无人共我 2020-12-31 06:00

Here is the error I am getting:

Script php artisan optimize handling the post-update-cmd event returned with an error

[RuntimeException]  
Error Output:

up         


        
6条回答
  •  情深已故
    2020-12-31 06:33

    To fix this you need to install mcrypt.
    In ubuntu execute the following command:

    sudo apt-get install php5-mcrypt
    

    Then update composer:

    composer update 
    

提交回复
热议问题