Codeigniter needs some extensions to run project. intl extension allows you to specify a locale for your PHP applications.
When the intl extension is disabled on your server, this error occurs.
When the intl extension is disabled on your server, this error occurs.
Solution:
You need to enable intl extension in your apache server.
1. Open your xampp control panel
2. Click to config button
3. Select PHP(php.ini)
4. Press Ctrl + F and type intl, click to find next button
5. Remove ; from ;extension=intl and save file.
6. Restart your xampp server.