Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel array cast

use IlluminateDatabaseEloquentCastsAsCollection;

/**
 * The attributes that should be cast.
 *
 * @var array
 */
protected $casts = [
    'options' => AsCollection::class,
];
Source by laravel.com #
 
PREVIOUS NEXT
Tagged: #laravel #array #cast
ADD COMMENT
Topic
Name
3+1 =