Hi @mikebronner!
Do I read it properly that you serialize and unserialize whole classes in the cache?
Laravel 13 says it's not recommended and if used, the class must be added to exceptions:
https://laravel.com/docs/13.x/upgrade#cache-serializable_classes-configuration
If this is indeed the case, maybe it would be good not to serialize the whole classes, but just to save the cached data as json/array?
Originally posted by @boryn in #207 (comment)
Hi @mikebronner!
Do I read it properly that you
serializeandunserializewhole classes in the cache?Laravel 13 says it's not recommended and if used, the class must be added to exceptions:
https://laravel.com/docs/13.x/upgrade#cache-serializable_classes-configuration
If this is indeed the case, maybe it would be good not to serialize the whole classes, but just to save the cached data as json/array?
Originally posted by @boryn in #207 (comment)