add aggregate example

This commit is contained in:
Taylor Otwell 2018-01-16 11:52:42 -06:00
parent 54eca63612
commit bd5783b5e9

View File

@ -30,6 +30,11 @@ return [
*/
'channels' => [
'aggregate' => [
'driver' => 'aggregate',
'channels' => ['single', 'daily'],
],
'single' => [
'driver' => 'single',
'path' => storage_path('logs/laravel.log'),