SG
Size: a a a
ES
MO
Д
protected $casts = [
'some_array' => 'array'
];
Потом хочу его уже найти в БД$mode = Model::where('some_array', json_encode( [$attribute => $value] )->first()
;MO
Д
MO
T
ДК
MM
MO
R
Route::get('/sitemap/', array(SitemapController::class, 'sitemap'))->name('sitemap');Когда я получаю его урл:
route('sitemap')я получаю "http://127.0.0.1:8000/sitemap"
MO
R
MO
P
C
R
R