boot() 공개 메소드

Boot the debugbar (add collectors, renderer and listener)
public boot ( )
예제 #1
0
 /**
  * Boot the debugbar (add collectors, renderer and listener)
  *
  * @static 
  */
 public static function boot()
 {
     return \Barryvdh\Debugbar\LaravelDebugbar::boot();
 }