Laravel requires the Mcrypt PHP extension

后端 未结 22 2056
生来不讨喜
生来不讨喜 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:35

    For non MAMP or XAMPP users on OSX (with homebrew installed):

    brew install homebrew/php/php56-mcrypt

    Cheers!

提交回复
热议问题