mikebronner / laravel-model-caching

Eloquent model-caching made easy.
MIT License
2.26k stars 215 forks source link

Add support for Laravel 10 #440

Closed faytekin closed 1 year ago

faytekin commented 1 year ago

This PR includes the necessary changes for Laravel 10. (https://github.com/GeneaLabs/laravel-model-caching/issues/439)

I am unable to verify if the Nova tests are passing since I do not have a Laravel Nova account. However, all other tests are passing.

mikebronner commented 1 year ago

@faytekin would you mind updating the github actions to run tests for php 8.1 and 8.2 and remove 8.0? that would be awesome, thank you!

faytekin commented 1 year ago

@mikebronner I made the necessary update.