Code Coverage
 
Classes and Traits
Functions and Methods
Lines
Total
n/a
0 / 0
n/a
0 / 0
CRAP
100.00% covered (success)
100.00%
2 / 2
<?php
/**
* Configuration for log channel
*
* This is added to the config.logging array of channels.
* @package fvhckney/latexcompiler
*/
return [
  'channels' => [
    'latexlog' => [
      'driver' => 'single',
      'path' => storage_path(config('fvlatex.log_path')),
    ],
  ]
];