© 2026 Hedgehog Software, LLC
Spatie\UptimeMonitor\Models\Monitor
public function getUrlAttribute(): ?Url { if (! isset($this->attributes['url'])) { return null; } return Url::fromString($this->attributes['url']); }
Property type not supported in Livewire for property: [{}]
url
public static function form(Form $form): Form { return $form ->schema([]); }