<?php12return [3/*4|--------------------------------------------------------------------------5| Additional Compiled Classes6|--------------------------------------------------------------------------7|8| Here you may specify additional classes to include in the compiled file9| generated by the `artisan optimize` command. These should be classes10| that are included on basically every request into the application.11|12*/1314'files' => [15],1617/*18|--------------------------------------------------------------------------19| Compiled File Providers20|--------------------------------------------------------------------------21|22| Here you may list service providers which define a "compiles" function23| that returns additional files that should be compiled, providing an24| easy way to get common files from any packages you are utilizing.25|26*/2728'providers' => [29],30];313233