Answers for "laravel array cast"

PHP
0

laravel array cast

use IlluminateDatabaseEloquentCastsAsCollection;

/**
 * The attributes that should be cast.
 *
 * @var array
 */
protected $casts = [
    'options' => AsCollection::class,
];
Posted by: Guest on December-31-2021

Browse Popular Code Answers by Language