yii2-user

Hello , I want to use the extension yii2 -user , the installation performed perfectly, but when I want to get to some of the url that proposed extension,is this exactly(/user/admin/index), this returns me the following error:

Not Supported – yii\base\NotSupportedException

Message format ‘date’ is not supported. You have to install PHP intl extension to use this feature.

and I realized that php intl was installed and is still returning the same error. any idea?

Did you reset web server and/or php5-fpm (if you are using) after extension installation?

how can i do that? i’m working with wamp 2.5

Which version is installed?


<?php

echo "PHP: " . PHP_VERSION . "\n";

echo "ICU: " . INTL_ICU_VERSION . "\n";