芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/store.kwesioben.com/app/Http/Controllers/Web/CurrencyController.php
put('currency_code', $request->currency_code); $currency = Currency::where('code', $request->currency_code)->first(); $currency->success = translate('Currency changed to'); session()->put('currency_symbol', $currency->symbol); session()->put('currency_exchange_rate', $currency->exchange_rate); return response()->json($currency); } }