authserver/testCAS/config/compile.php
changeset 0 1afc9d2ab94d
equal deleted inserted replaced
-1:000000000000 0:1afc9d2ab94d
       
     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         realpath(__DIR__.'/../app/Providers/AppServiceProvider.php'),
       
    19         realpath(__DIR__.'/../app/Providers/EventServiceProvider.php'),
       
    20         realpath(__DIR__.'/../app/Providers/RouteServiceProvider.php'),
       
    21 
       
    22     ],
       
    23 
       
    24     /*
       
    25     |--------------------------------------------------------------------------
       
    26     | Compiled File Providers
       
    27     |--------------------------------------------------------------------------
       
    28     |
       
    29     | Here you may list service providers which define a "compiles" function
       
    30     | that returns additional files that should be compiled, providing an
       
    31     | easy way to get common files from any packages you are utilizing.
       
    32     |
       
    33     */
       
    34 
       
    35     'providers' => [
       
    36         //
       
    37     ],
       
    38 
       
    39 ];