CakePHP 3.0 installation: intl extension missing from system
Using the CakePHP, I try to install 3.0-beta2 using composer but I come up with this error:
cakephp/cakephp 3.0.x-dev requires ext-intl * -> the requested PHP extension intl is missing from your system
Gurpreet Singh Padam
I faced the same issue in ubuntu 12.04
Installed: sudo apt-get install php5-intl
Restarted the Apache: sudo service apache2 restart