Level 104
There is no JSON serialization in Livewire; you can format the Carbon instance in the Blade template instead
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello, devs, I recently started using Laravel model Date Serialization (https://laravel.com/docs/9.x/eloquent-serialization#customizing-the-default-date-format) with VueJs that was working fine but when I moved to Livewire and tried to return Carbon date instance (the same as above) for the model it didn't work.
I expected to get 13-01-2023 but I received 2023-01-13 17:49:31
There is no JSON serialization in Livewire; you can format the Carbon instance in the Blade template instead
Please or to participate in this conversation.