Description
A Redis based, fully automated and scalable database cache layer for Laravel.
After installation, Lada Cache works automatically.
No code changes or caching calls are required - all database queries are transparently cached and invalidated.
You can control global behavior via .env:
LADA_CACHE_ACTIVE=trueLADA_CACHE_DEBUGBAR=true
Console Commands
# Flush all cached entriesphp artisan lada-cache:flush # Temporarily disable cachephp artisan lada-cache:disable # Re-enable cachephp artisan lada-cache:enable
Recent Courses on Laravel Daily
[NEW] Practical Laravel Security: Packages, Secrets, Supply-Chain Attacks
7 lessons
43 min read
Next.js Basics for Laravel Developers
11 lessons
58 min
Testing in Laravel 13 For Beginners
26 lessons
1 h 41 min read