the browser-facing portion of osu!
at master 951 B view raw
1<?php 2 3return [ 4 5 /* 6 |-------------------------------------------------------------------------- 7 | Additional Compiled Classes 8 |-------------------------------------------------------------------------- 9 | 10 | Here you may specify additional classes to include in the compiled file 11 | generated by the `artisan optimize` command. These should be classes 12 | that are included on basically every request into the application. 13 | 14 */ 15 16 'files' => [], 17 18 /* 19 |-------------------------------------------------------------------------- 20 | Compiled File Providers 21 |-------------------------------------------------------------------------- 22 | 23 | Here you may list service providers which define a "compiles" function 24 | that returns additional files that should be compiled, providing an 25 | easy way to get common files from any packages you are utilizing. 26 | 27 */ 28 29 'providers' => [], 30 31];