]> BookStack Code Mirror - bookstack/blob - config/compile.php
Update files to PSR-2 standards
[bookstack] / config / compile.php
1 <?php
2
3 return [
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     /*
21     |--------------------------------------------------------------------------
22     | Compiled File Providers
23     |--------------------------------------------------------------------------
24     |
25     | Here you may list service providers which define a "compiles" function
26     | that returns additional files that should be compiled, providing an
27     | easy way to get common files from any packages you are utilizing.
28     |
29     */
30
31     'providers' => [
32         //
33     ],
34
35 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.