mikebronner/laravel-model-caching

Add support for Laravel 10

faytekin opened this issue · 2 comments

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 (#420).

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

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.