Vr
Size: a a a
Vr
А
cat logs/laravel-xx-xx-xx.log | grep "something"
, и все. Ну возьми грейлог.Vr
D
АС
Vr
D
E
Vr
АИ
А
HJ
АИ
А
ThrottleRequests
?АИ
АИ
А
АИ
AR
$data = [
[
"id" => 1,
"title" => "Пользователь",
"slug" => "onlyUser",
"order" => 1
],
[
"id" => 2,
"title" => "Отделение",
"slug" => "onlyBranch",
"order" => 2
],
[
"id" => 3,
"title" => "Подразделение",
"slug" => "onlyInstitutionBranch",
"order" => 3
],
[
"id" => 4,
"title" => "МО",
"slug" => "onlyInstitution",
"order" => 4
],
[
"id" => 5,
"title" => "Все МО",
"slug" => "Everybody",
"order" => 5
],
];
\DB::table("protocol_templates_access_levels")->updateOrInsert($data);