forceRootUrl() public method

Set the forced root URL.
public forceRootUrl ( string $root ) : void
$root string
return void
Beispiel #1
1
 /**
  * Set the forced root URL.
  *
  * @param string $root
  * @return void 
  * @static 
  */
 public static function forceRootUrl($root)
 {
     \Illuminate\Routing\UrlGenerator::forceRootUrl($root);
 }