added packages auto-load array.

This commit is contained in:
Taylor Otwell
2011-08-02 22:29:48 -05:00
parent fb984016e8
commit dbf43877c6
3 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<?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(),
);