I just installed Laravel 5 through composer and it was installed globally on my mac. Now when I try laravel new blog
and try to serve it on apache by php artisan serve
i get the following error
ErrorException in compiled.php line 6635:
Use of undefined constant MCRYPT_RIJNDAEL_128 - assumed 'MCRYPT_RIJNDAEL_128'
I get this everytime i deploy a new app. How to i solve the error?