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?