ADMIN Currency IN bagisto latest version
-
Hi I am not able to change the currency in admin panel. I changed in config/app.php 'currency' => env('APP_CURRENCY', 'INR'), then I run composer dump-autoload, php artisan config:cache. Please help me.
-
@neyazahmad
make sure currency code should be added in currency section as well https://prnt.sc/v4b0an . -
@Vaishali-Agarwal , Hi
. -
@neyazahmad
go to the .env and set app_currency = INR
then run php artisan config:cache -
@Vaishali-Agarwal ,
Thankyou, It worked.