mikebronner / laravel-model-caching

Eloquent model-caching made easy.
MIT License
2.22k stars 212 forks source link

Add support for Laravel 10 #439

Closed faytekin closed 1 year ago

faytekin commented 1 year ago

Add support for Laravel 10, which is expected to be released at February 7th, 2023.

A starting point could be to look at the upgrade to Laravel 9 (https://github.com/GeneaLabs/laravel-model-caching/pull/420).

mikebronner commented 1 year ago

Happy to accept a PR for this, will get to it as soon as I can otherwise. :)

daika7ana commented 1 year ago

The Database Expressions change seems to be the only breaking one that I've managed to find.

The fix for this, that I managed to implement, was this with all tests passing, except for Laravel Nova tests which I had to skip as I don't own it.