publicPath() public method

We have merged public path and base path.
public publicPath ( ) : string
return string
Esempio n. 1
0
 /**
  * Get the path to the public / web directory.
  *
  * @return string 
  * @static 
  */
 public static function publicPath()
 {
     //Method inherited from \Illuminate\Foundation\Application
     return \App\Application::publicPath();
 }