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
Laravel 13 Starter Kit Teams and Customizations
10 lessons
33 min
How to Build Laravel 13 API From Scratch
30 lessons
1 h 23 min