Laravel 13 Compatibility Requirements
masterFor projects upgrading to or using Laravel 13 with this repository, note the following requirements:
- Minimum PHP Version: 8.2
- Supported Laravel Matrix: 8 / 9 / 10 / 11 / 12 / 13 (Laravel 5–7 are no longer supported).
- Cache Configuration: If using cacheable repositories, you must whitelist criterion classes in
config/cache.phpunderserializable_classesdue to hardened deserialization in Laravel 13.