What's New
Custom Cache Driver Configuration
You can now specify a custom cache driver for Blasp, which is particularly useful for environments like Laravel Vapor where the default cache driver (DynamoDB) has size limits that can be exceeded when caching profanity expressions.
Usage
Set via config:
// config/blasp.php
'cache_driver' => env('BLASP_CACHE_DRIVER'),Or via environment variable:
BLASP_CACHE_DRIVER=redisCredits
This feature was originally proposed by @dimzeta in #25 and has been adapted for Blasp v3.0 architecture.
Full Changelog: v3.0.0...v3.1.0