123456789101112131415161718192021222324 |
- <?php
- return array(
- /*
- |--------------------------------------------------------------------------
- | Auto-Loaded Packages
- |--------------------------------------------------------------------------
- |
- | The packages that should be auto-loaded each time Laravel handles
- | a request. These should generally be packages that you use on almost
- | every request to your application.
- |
- | Each package specified here will be bootstrapped and can be conveniently
- | used by your application's routes, models, and libraries.
- |
- | Note: The package names in this array should correspond to a package
- | directory in application/packages.
- |
- */
- 'autoload' => array(),
- );
|