Example #1
0
 /**
  * Module path.
  *
  * @return string
  */
 public function getModulePath()
 {
     return $this->container->basePath() . DIRECTORY_SEPARATOR . 'modules';
 }
Example #2
0
 /**
  * Vendor Path.
  *
  * @return string
  */
 public function getVendorPath()
 {
     return $this->container->basePath() . DIRECTORY_SEPARATOR . 'vendor';
 }
Example #3
0
 /**
  * @return string
  */
 public function getThemePath()
 {
     return $this->container->basePath() . DIRECTORY_SEPARATOR . 'themes';
 }