Laravel

Update MySQL JSON column fields in Laravel

Update MySQL JSON column fields in Laravel

If you have a JSON column in your migrations, and you are looking to update the value of one of its fields. Here is how you can do it $booking->update([ 'stripePayment->paymentStatus...

Aug 02, 2022 · Tushar