compile.php 444 B

123456789101112131415161718
  1. <?php
  2. return array(
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Additional Compiled Classes
  6. |--------------------------------------------------------------------------
  7. |
  8. | Here you may specify additional classes to include in the compiled file
  9. | generated by the `artisan optimize` command. These should be classes
  10. | that are included on basically every request into the application.
  11. |
  12. */
  13. );