webrek/laravel-telescope-mongodb
Drop-in MongoDB storage driver for Laravel Telescope. Run Telescope without MySQL/PostgreSQL: install via artisan, publishes assets, removes SQL migrations, creates required MongoDB indexes, and binds the repository. Includes command to migrate existing SQL Telescope data.
IndexManager: a single source of truth for every index definition, shared by sync-indexes and the repository so the two cannot drift.indexes.auto_create is enabled, the repository ensures all indexes (including the TTL index) on the first write of each process — a fresh deploy is self-healing without running sync-indexes. The check runs once per process, is guarded, and swallows failures so index maintenance can never break a Telescope write.install and doctor warn when indexes.ttl_seconds is null, and sync-indexes reports the disabled state, so a switched-off prune is no longer silent.sync-indexes could not turn TTL back off).auto_create and ttl_seconds, and clarifies that config('telescope.driver') is irrelevant once the driver is bound.indexes.auto_create was read by nothing: indexes existed only after a manual sync-indexes, so deployments relying on the documented default silently had no indexes and no automatic pruning.How can I help you explore Laravel packages today?