xxxxxxxxxx
1) Open the xampp/php/php. ini file in any editor.
2) Search ";extension=php_intl.dll"
3) kindly remove the starting semicolon ( ; ) Like : ;extension=php_intl.dll. to. extension=php_intl.dll.
4) Save the xampp/php/php. ini file.
5) Restart your xampp/wamp.
xxxxxxxxxx
# Step 1: Locate the php.ini file
# Open XAMPP Control Panel and click on the "Config" button for Apache
# Choose "PHP (php.ini)" from the dropdown menu
# Step 2: Enable the intl extension
# Find the following line in the php.ini file:
;extension=intl
# Uncomment it by removing the semi-colon at the beginning:
extension=intl
# Step 3: Save the changes and restart Apache
# Save the php.ini file and restart the Apache server in XAMPP Control Panel