79089637

Date: 2024-10-15 11:09:17
Score: 4.5
Natty:
Report link

I have the same issue. You can add this to the Telescope configuration file so it doesn't show:

'watchers' => [
    \Laravel\Telescope\Watchers\CommandWatcher::class => [
        'enabled' => env('TELESCOPE_COMMAND_WATCHER', true),
        'ignore' => [
            'list',
        ],
    ],
],
Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same issue
  • Low reputation (1):
Posted by: jsamaniegog