improving bundle workflow.

This commit is contained in:
Taylor Otwell
2012-02-07 15:00:35 -06:00
parent aa53dc70ce
commit a11318863a
5 changed files with 104 additions and 38 deletions

View File

@@ -53,7 +53,7 @@ Autoloader::namespaces(array('Laravel' => path('sys')));
*/
$bundles = Cache::remember('laravel.bundle.manifest', function()
{
return Bundle::detect();
return Bundle::detect(path('bundle'));
}, Config::get('application.bundle.cache'));