Courses

Flutter v2 Mobile App with Laravel API

Get Transactions: Resource with Money/Date Transformation

Previous: Update/Delete Category and 204 Code
avatar

With Laravel 10 the ->format('m/d/Y'), will not work. I am getting a error, however when I remove it postman works with no error Not shour why this is happing.

"message": "Call to a member function format() on string",
"exception": "Error",
"file": "C:\\xampp\\htdocs\\lvdy\\project1\\app\\Http\\Resources\\TransactionResource.php",
"line": 22,
👍 2
avatar

Yes, Laravel deprecated the $dates in favor of $casts: //post/laravel-datetime-to-carbon-dates-casts

Unfortunately I can't reshoot the course/video for it, partially why I decided to write text-form courses more, to be easier to edit in the future.

avatar
You can use Markdown
avatar
You can use Markdown