Laravel requires the Mcrypt PHP extension

后端 未结 22 2348
生来不讨喜
生来不讨喜 2020-11-22 07:59

I am trying to use the migrate function in Laravel 4 on OSX. However, I am getting the following error:

Laravel requir         


        
22条回答
  •  温柔的废话
    2020-11-22 08:42

    For ubuntu try these steps if others are not working :

    1. cd ~
    2. sudo apt-get remove php5-mcrypt
    3. sudo apt-get install php5-mcrypt
    4. sudo php5enmod mcrypt
    5. sudo service apache2 restart

    Hope that will help. Thanks !

提交回复
热议问题