doumo2501 2014-08-04 11:44
浏览 47
已采纳

需要Mcrypt PHP扩展

I installed laravel via composer, but when running the site its giving an error of

Mcrypt PHP extension required.

I installed php5-mcrypt also, but still the error persist.

  • 写回答

2条回答 默认 最新

  • dongshushen4392 2014-08-04 11:45
    关注

    Mcrypt is installed but not enabled use

    sudo php5enmod mcrypt
    sudo service apache2 restart
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?