How to resolve intl issue in bagisto?

Updated 9 April 2020

Source: https://www.dotkernel.com/php-troubleshooting/where-is-the-intl-php-extension-problem-solved/

When you try to install bagisto and run the command “composer install”. You got the issue “The requested PHP extension ext-intl * is missing from your system“. Here we will discuss “How to resolve intl issue in bagisto?

What is Intl?

Internationalization(Intl) is a design process for a product(application) to make sure that the application accepts various languages without change to the source code of the application.

Maybe you installed an unbundled  PHP version, then intl extension is not available there. But if you have the bundled PHP version, the extension might be there but not enabled.

Note:- For this solution, you have root access. If you don’t have root access ask your service provider to install/enable the PHP Intl extension.

Solution for Linux Server

Make sure the php_intl.so file exists within your PHP extensions directory, find the extensions directory by:
If the file exists:
If the file doesn’t exist:

Solution For Windows Server:

Make sure the php_intl.dll file exists within your PHP extensions directory
If the file exists:
If the file doesn’t exist:

That’s all about “How to resolve intl issue in bagisto?”. Hope it will be helpful for you or if you have any issue feel free to raise a ticket at https://bagisto.uvdesk.com/en/

. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


2 comments

  • pasha
    • Simant Verma (Moderator)
  • Start a Project




      Message Sent!

      If you have more details or questions, you can reply to the received confirmation email.

      Back to Home