package.php 680 B

123456789101112131415161718192021222324
  1. <?php
  2. return array(
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Auto-Loaded Packages
  6. |--------------------------------------------------------------------------
  7. |
  8. | The packages that should be auto-loaded each time Laravel handles
  9. | a request. These should generally be packages that you use on almost
  10. | every request to your application.
  11. |
  12. | Each package specified here will be bootstrapped and can be conveniently
  13. | used by your application's routes, models, and libraries.
  14. |
  15. | Note: The package names in this array should correspond to a package
  16. | directory in application/packages.
  17. |
  18. */
  19. 'autoload' => array(),
  20. );