D
App\Statuses::updateOrCreate(
['id'=>$status['id']],
['title'=>$status['title']]
]);
}
типа такого что то должно вроде сработать
Size: a a a
D
Р
Р
D
Д
$json_data = json_encode($r->jsondata); file_put_contents('new_json_file.json', $json_data);$json_data->move(storage_path('app/public/modules'),$somename);Call to a member function move() on stringР
SS
updateOrCreateSG
$json_data = json_encode($r->jsondata); file_put_contents('new_json_file.json', $json_data);$json_data->move(storage_path('app/public/modules'),$somename);Call to a member function move() on stringР
updateOrCreateSG
$json_data = json_encode($r->jsondata); file_put_contents('new_json_file.json', $json_data);$json_data->move(storage_path('app/public/modules'),$somename);Call to a member function move() on stringД
file_put_contents() expects parameter 3 to be int, string givenД
SG
file_put_contents() expects parameter 3 to be int, string givenSS
Д
Д
$json_data = json_encode($r->config_file_edit);
file_put_contents(storage_path('app/public/modules/'.$module->config_path), $json_data);SG
$json_data = json_encode($r->config_file_edit);
file_put_contents(storage_path('app/public/modules/'.$module->config_path), $json_data);Д
Д
SG