reliese / laravel

Reliese Laravel Model Generator
MIT License
1.49k stars 316 forks source link

Deprecated "dates" property #255

Closed pizavo closed 1 year ago

pizavo commented 1 year ago

In Laravel 10.x Eloquent deprecated "dates" property has been removed and dates should be now put into "casts" property as with any other cast: Changelog

We generate very many files from database and it would be real pain to update every single model and to change its properties according to this change. Would it be possible to update this feature?

Thank you.

finiteinfinity commented 1 year ago

Hey @Pizavo, the v1.2.0 release fixes this very issue, which was released earlier today 👍

https://github.com/reliese/laravel/releases/tag/v1.2.0