I am trying to install Laravel in my Mac Mini and have been getting error.
Error:
Writing lock file
Generating autoload files
Mcrypt PHP extension required.
Script php artisan clear-compiled handling the post-install-cmd event returned with an error
[RuntimeException]
Error Output:
create-project [-s|--stability="..."] [--prefer-source] [--prefer-dist] [--repository-url="..."] [--dev] [--no-dev] [--no-plugins] [--no-custom-installers] [--no-scripts] [--no-progress] [--keep-vcs] [--no-install] [--ignore-platform-reqs] [package] [directory] [version]
One month ago I had installed Laravel 4.2 and was running good. But now when I install new Larvel 4.2, Its giving the error given above.
I am using built-in PHP,mySql,phpMyAdmin.(not MAMP or XAMP)
I already have installed mcrypt extension.