I am trying to use the migrate
function in Laravel 4
on OSX
. However, I am getting the following error:
Laravel requir
Laravel does not need mcrypt
extension anymore. mcrypt
is obsolete, the last update to libmcrypt was in 2007. Laravel 4.2 is obsolete too and has no more support. The best (=secure) solution is to update to Laravel >5.1 (there is no LTS before Laravel 5.2).
Mcrypt was removed from Laravel in June 2015: https://github.com/laravel/framework/pull/9041