Cache UI is a Laravel package that enables developers to interactively search, list, and delete individual cache keys through a CLI interface or programmatic API. It supports multiple cache drivers including Redis, File, and Database, eliminating the need to purge entire caches when managing specific keys. The package provides
Sort: