I've just installed Laravel Valet and it's awesome working with Laravel 5.2 but I need to work with a project made in Laravel 4.2 and I can't run any "php artisan" command that I have "Mcrypt PHP extension required." error!
It does not happens with projects made in Laravel 5.2... Somebody knows why? It's using PHP 7 as da Valet Documentation advise!
There other issue that I know I am going to face and it's I am using Ardent Package on those projects made in Laravel 4... as I know by working with Homestead Ardent has something incompatible with PHP 7 so I may be have to change PHP version to 5.6 sometimes to work on those old projects!
Somebody have any idea how to deal with this two issues?
My env: OS El Capitan + Laravel Valet (fresh installed) + PHP 7 + MariaDB
Thanks in advance!