UrlServiceProvider
class Winter\Storm\Html\UrlServiceProvider
extends Illuminate\Support\ServiceProvider
Methods
public register () : void
Register the service provider.
Returns
void
public setUrlGeneratorPolicy ()
Controls how URL links are generated throughout the application.
detect - detect hostname and use the current schema secure - detect hostname and force HTTPS schema insecure - detect hostname and force HTTP schema force - force hostname and schema using app.url config value
Returns
mixed
Copyright © 2023 Winter CMS