I am trying to install and run a CakePHP 3.0 project on a shared host.
However, CakePHP 3.0 requires php-intl
extension, but the hosting provider has denied me to install/enable intl
extension on the shared hosting.
How can I run CakePHP 3.0 without intl
extension ?
Is there anyway to disable it in CakePHP? Or is there any alternative that I can use ?
I am into a big trouble. Please help...
if there are still problem to install php_intl, try next plugin: https://github.com/hraq/cake-intl
That won't give any intl functionality, but will allow you to use Cake in server where can't use php_intl for some reason.