I\'ve been trying to install Magento 2. I did load everything and with the last commands \"composer update\" or \"composer install\" I\'m having problem.
Pr
Have a look at this answer Laravel requires the Mcrypt PHP extension and the following one.
If mcrypt is not enabled open your php.ini
(see my first answer link above how to find it) and search for
;extension=php_mcrypt.so
then remove the ;
from the beginning of that line. Same procedure for the other extension.