Closed
Description
Upon installing Laravel Telescope package, there seems to be an issue that's being caused by the incompatibility with laravel-model-caching.
The issue is also commented here: laravel/telescope#187
ErrorException thrown with message "Undefined offset: 0" in
/vendor/laravel/telescope/src/Watchers/ModelWatcher.php:35
When laravel-model-caching is disabled, everything operates normally.