php - laravel5 composer install error zend guar loader -
i try install laravel 5.1:
php composer create-project laravel/laravel --prefer-dist
and have got this:
error output: zend guard loader requires zend engine api version 220090626. zend engine api version 220121212 installed, newer. contact zend technologies @ http://www.zend.com/ later version of ze nd guard loader.
this issue due value set within php.ini file, searching wrong version number.
check these values pointing right version of zend, or disable zend guard loader (the later not best)..
hope fixes issue you.
Comments
Post a Comment