MIF_E31222691/config
m4tlch 19f4e346d4
Add underscore to prefix in database cache key (#5817)
For Redis caching prefix with underscore : 
'prefix' => env('REDIS_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_database_'),

but when cache stored in database, then the key is created "merged" with prefix, by this line:  'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_cache'), for example, if "key" is a key for cache, then the result is: "laravel_cachekey", not a preferable "laravel_cache_key"
2022-02-15 09:09:29 -06:00
..
app.php Revert "Add Redis facade as comment in app.config (#5813)" (#5814) 2022-02-14 11:05:44 -06:00
auth.php fix spacing 2022-02-01 08:43:03 -06:00
broadcasting.php [9.x] Add client_options to Pusher driver (#5743) 2021-12-08 07:58:10 -06:00
cache.php Add underscore to prefix in database cache key (#5817) 2022-02-15 09:09:29 -06:00
cors.php add sanctum cookie endpoint to default cors paths 2020-11-10 14:18:52 -06:00
database.php [9.x] remove `null` since default parameter is `null` (#5779) 2022-01-27 11:50:11 -06:00
filesystems.php Merge branch '8.x' 2021-06-01 17:49:55 +02:00
hashing.php Update the default Argon2 options 2022-02-03 16:06:00 +01:00
logging.php [9.x] Make it easier to support Papertrail on Vapor out of the box (#5780) 2022-01-27 12:00:18 -06:00
mail.php Merge branch '8.x' 2021-12-07 17:10:58 +01:00
queue.php Add missing 'after_commit' attribute (#5554) 2021-03-09 08:51:56 -06:00
sanctum.php Update sanctum.php (#5725) 2021-11-15 15:10:04 -06:00
services.php formatting 2019-08-14 09:19:31 -05:00
session.php remove session key 2022-02-04 09:34:38 -06:00
view.php remove config entry 2020-03-06 07:57:18 -06:00