precision)) { continue; } config(['money.' . $currency->code . '.precision' => $currency->precision]); config(['money.' . $currency->code . '.symbol' => $currency->symbol]); config(['money.' . $currency->code . '.symbol_first' => $currency->symbol_first]); config(['money.' . $currency->code . '.decimal_mark' => $currency->decimal_mark]); config(['money.' . $currency->code . '.thousands_separator' => $currency->thousands_separator]); } // Set currencies with new settings Currency::setCurrencies(config('money')); return $next($request); } }