I installed cakephp 3.x and made code out of it and it's working on my localhost.. But after I deploy my code to web hosting, i got error
Fatal error: You must enable the intl extension to use CakePHP. in /home/elgayaca/public_html/config/bootstrap.php on line 38
I couldn't reach php.ini on webserver..
I already ask the webserver operator to enable the intl extention, but it is still not working..
what should I do? please help..