I am installing Laravel on my local environment (MacBook Pro) using Composer.
I used the following command to install Laravel:
php composer.phar create-project laravel/laravel --prefer-dist
towards to the end of the installation, I noticed some errors like:
Mcrypt PHP extension required.
Script php artisan clear-compiled handling the post-install-cmd event returned with an error
[RuntimeException]
Error Output:
Screenshot attached here: https://www.dropbox.com/s/nhqq2aecpkd8ynt/Screenshot%202014-06-02%2018.34.24.png
Is it OK to run Laravel or should I need to do something else?