Laravel requires the Mcrypt PHP extension

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

    Or, use:

    sudo apt-get install php5-mcrypt
    

    not sure if this will work on standard PHP installs - I installed php 5.5.7 using the package from :

    sudo add-apt-repository ppa:ondrej/php5 
    sudo apt-get update
    

提交回复
热议问题