boot() public method

Bootstrap the application events.
public boot ( ) : void
return void
 /**
  * Bootstrap the application services.
  *
  * @return void
  */
 public function boot()
 {
     parent::boot();
     $this->bladeDirectives();
 }
 /**
  * Bootstrap the application services.
  *
  * @return void
  */
 public function boot()
 {
     parent::boot();
     // Register blade directives
     $this->bladeDirectives();
 }