Error: "Array to string conversion" by trying to insert a json in Laravel 11
I'm trying to insert json into a mysql column table, I've try json_encode([...]) to insert into my json column, but there's an error Array to string conversion I would like to insert a json field, I'm not sure why this…