class UrlServiceProvider extends ServiceProvider

Methods

void
register()

Register the service provider.

forceUrlGeneratorPolicy()

Controls how URL links are generated throughout the application.

Details

at line 14
void register()

Register the service provider.

Return Value

void

at line 27
forceUrlGeneratorPolicy()

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