0

I have installed bagisto, When I try to use command composer install or composer update a problem occurs:

The requested PHP extension ext-intl * is missing from your system. Install or enable PHP's intl extension.

I use laragon as a server , and this is a 3 lines in php.ini in php folder

;extension=php_gmp.dll
extension=php_intl.dll
;extension=php_imap.dll

How could this error be resolved?

Hasta Dhana
  • 4,699
  • 7
  • 17
  • 26
omarwael
  • 1
  • 1
  • Intl is an optional extension that is (assuming it is actually installed) part of the PHP installation itself. It looks as though Laragon has some UI stuff in it menu for enabling and disabling PHP extensions, based on a quick Google and looking at some Laragon forum posts. If the option isn't there, it looks like you'll need to download the binary yourself. https://forum.laragon.org/topic/104/tutorial-how-to-add-php-extensions-to-laragon-ex-microsoft-sql-server – Alex Sep 23 '19 at 02:48
  • thanks i have solved the problem , it was with php path in environment variables , it looked at another server (xammp) , and i tried to enable intel extension in laragon server @Alex – omarwael Sep 24 '19 at 06:01

0 Answers0