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