Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

laravel output json database field as json

class Paste extends Model {
    protected $casts = [
        'data' => 'array'
    ];
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #laravel #output #json #database #field #json
ADD COMMENT
Topic
Name
4+3 =