Pages

24 February, 2022

Laravel array cast

 <?php


“Laravel array cast”


use Illuminate\Database\Eloquent\Casts\AsCollection;

/**
 * The attributes that should be cast.
 *
 * @var array
 */
protected $casts = [
    'options' => AsCollection::class,
];

No comments:

Post a Comment

Thanks