Exemplo n.º 1
0
 /**
  * Configure the application's logging facilities.
  *
  * @param  Log  $log
  * @return void
  */
 public function boot(Log $log)
 {
     $log->useFiles(storage_path() . '/laravel.log');
 }