Example #1
0
 /**
  * Returns the views path for a namespace,
  *
  * @param  string  $namespace
  * @return string
  */
 public function getNamespaceAssetsPath($namespace)
 {
     return $this->getNamespacesPath($namespace) . '/' . $this->themeBag->getAssetsPath();
 }