I am facing some issues in the installation of Cakephp. I hope any one had faced the same issue.
The error
- cakephp/cakephp 3.3.9 requires ext-intl * -> the requested PHP extension intl is missing from your system.
As per the error message, I removed ; from php.ini file but still getting the same error.
I have Mac 10.12 Sierra, Xampp 5.6.28-1 version and PHP 5.6.24 version.
brew install php56-intl
No available formula for php56-intl
do brew tap homebrew/homebrew-php
sudo apachectl restart
intl
is installed by default on php7.1
with brew
.
If you already have php7.1
, you might want to uninstall it first:
brew uninstall php71
Then install it with pear:
brew install php71 --with-pear
Then force the links:
brew link [email protected] --force
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With