As a side note you can do something like this:
'debug' => in_array(\Illuminate\Support\Arr::get($_SERVER, 'REMOTE_ADDRESS', ''), ['one.ip.you.use', 'another.ip.you.use'])
This will enable debug only for the IP addresses you configure. Please note you might need to leave the array empty []
until you actually need this functionality when you don't have a fixed IP.