I'm trying to install laravel framework on ubuntu. It is showing error like
"Mcrypt PHP extension required. Script php artisan clear-compiled handling the post-install-cmd event returned with and [RuntimeException]
Error Output: an error"
I'm trying to install laravel framework on ubuntu. It is showing error like
"Mcrypt PHP extension required. Script php artisan clear-compiled handling the post-install-cmd event returned with and [RuntimeException]
Error Output: an error"
You need your php to be installed with Mcrypt PHP extension
Compile PHP with the --with-mcrypt[=DIR]
parameter to enable this extension.
DIR is the mcrypt install directory. more info here