Upgrade to Laravel 13 (#192)

This commit is contained in:
hackerESQ
2026-03-24 19:11:02 -05:00
committed by GitHub
parent d449a89349
commit b1a517ce71
6 changed files with 710 additions and 1080 deletions
+13
View File
@@ -107,4 +107,17 @@ return [
'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_cache_'),
/*
|--------------------------------------------------------------------------
| Cache Serializable Classes
|--------------------------------------------------------------------------
|
| For security, unserialization of cached PHP objects is restricted. Set
| this to false to disallow all object unserialization, or list the
| specific classes your application intentionally caches as objects.
|
*/
'serializable_classes' => false,
];