UTF-8 encoding not working in laravel project

前端 未结 0 1314
轮回少年
轮回少年 2021-01-23 14:54

i am using laravel 5.7 and my controller is public function index() {

$cookie_data = stripslashes(Cookie::get(\'shopping_cart\'));
$cart_data = json_decode($cooki         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题