Ejemplo n.º 1
0
 public function boot()
 {
     $app = parent::boot();
     $this->isEnabled('metas') && $this->bootMetas();
     $this->isEnabled('debugbar') && $this->bootDebugbar();
     $this->bootMenus();
     return $app;
 }
Ejemplo n.º 2
0
 public function boot()
 {
     $app = parent::boot();
     $this->bootBladeDirectives();
     return $app;
 }