enable() public method

Enable the Debugbar and boot, if not already booted.
public enable ( )
Exemplo n.º 1
0
 /**
  * Enable the Debugbar and boot, if not already booted.
  *
  * @static 
  */
 public static function enable()
 {
     return \Barryvdh\Debugbar\LaravelDebugbar::enable();
 }