setBaseUrl() публичный Метод

Sets the base url for the site
public setBaseUrl ( string $url )
$url string Base url for the site
Пример #1
0
 /**
  * Sets the base url for the site
  *
  * @param string $url Base url for the site
  * @static 
  */
 public static function setBaseUrl($url)
 {
     return \Mcamara\LaravelLocalization\LaravelLocalization::setBaseUrl($url);
 }