setPublicAssetsPath() public static method

Set the public assets
public static setPublicAssetsPath ( string $rootDir )
$rootDir string
Exemplo n.º 1
0
 public function setPublicAssetsPath($path)
 {
     Env::setPublicAssetsPath($path);
     return $this;
 }