gearbox-solutions / eloquent-filemaker

A Model extension and Eloquent driver for Laravel connecting to FileMaker through the Data API
https://gearboxgo.com
MIT License
54 stars 16 forks source link

Add support for adding a format string to the date cast on a model #36

Closed likeadeckofcards closed 1 year ago

likeadeckofcards commented 1 year ago

Currently using a date:Y-m-d cast on a model will throw the following Data API exception:

Date value does not meet validation entry options
Smef commented 1 year ago

Fixed in 0.2.8