Hello Friends,
If you are looking to create project on CakePHP 3 with the help of composer. This problem might be encounter "- cakephp/cakephp 3.1.7 requires ext-intl * -> the requested PHP extension intl is missing from your system".
To resolve this problem we need to install php5-intl extension missing in php.ini. In the ubuntu please open your terminal and put the below commands for this:
// Below command will install php5-intl extension in your php.ini
sudo apt-get install php5-intl
// After successful installation we need to restart apcahe2
sudo service apache2 restart
0 Comment(s)