<?php
“Laravel array cast”
use Illuminate\Database\Eloquent\Casts\AsCollection;
/**
* The attributes that should be cast.
*
* @var array
*/
protected $casts = [
'options' => AsCollection::class,
];
Programing Coderfunda
February 24, 2022
Laravel, php
No comments
<?php
0 comments:
Post a Comment
Thanks