Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

untymage's avatar

Cast to 'array' not working

I have a column in my table which is :


$table->json('tags')->nullable()
protected $casts = [
    'tags' => 'array',
];

But when the record is null it doesnt cast to empty array why ?

0 likes
1 reply

Please or to participate in this conversation.