Exemplo n.º 1
0
 public function boot()
 {
     parent::boot();
     $this->validators();
     $this->viewGlobals();
     $this->bladeCopyright();
 }
 public function boot()
 {
     parent::boot();
     if (config('system.installed')) {
         $this->app['Modules\\Account\\AccountManager']->boot();
     }
 }
Exemplo n.º 3
0
 public function boot()
 {
     parent::boot();
     $this->app->booted(function ($app) {
         $this->app->make('theme')->boot();
     });
 }