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
updateOrCreate
SG
$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
Р
updateOrCreate
SG
$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 given
SS
Д
Д
$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