Example #1
0
 protected function registerPaths(Application $app)
 {
     parent::registerPaths($app);
     $this->paths['exhibit_web'] = "{$this->paths['app_web']}/exhibit";
     $this->paths['plugin_web'] = "{$this->paths['app_web']}/plugin";
 }