Open
Description
It would be very useful if there was an option per host for removing schema prefix (http://, https://), because when I want to use hostname from the config, like config('app.url')
, it's very inconvenient to remove prefixes for each host.
Something like:
\BeyondCode\SelfDiagnosis\Checks\ServersArePingable::class => [
'servers' => [
[
'host' => config('app.url'),
'port' => 80,
'timeout' => 1,
'remove_schema' => true,
],
]
]
@mpociot If you agree with the idea, I can implement and send PR
Metadata
Metadata
Assignees
Labels
No labels