Pages
(Move to ...)
Home
Contact Us
Privacy Policy
About us
▼
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
‹
›
Home
View web version
No comments:
Post a Comment
Thanks