UrlServiceProvider
class Winter\Storm\Html\UrlServiceProvider
extends Illuminate\Support\ServiceProvider
Extends
Class | Description |
---|---|
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
← Previous page
Winter\Storm\Html\HtmlServiceProvider
Next page →
Winter\Storm\Http\Middleware\TrustHosts
Copyright © 2024 Winter CMS