setBaseUrl() public method

Sets the base url for the site
public setBaseUrl ( string $url )
$url string Base url for the site
コード例 #1
0
ファイル: _ide_helper.php プロジェクト: bogdan8/iaravel5
 /**
  * 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);
 }