added bundle:refresh command to cli.

This commit is contained in:
Taylor Otwell
2012-02-08 08:28:16 -06:00
parent a0379ea48d
commit bf4f464f67
3 changed files with 23 additions and 1 deletions

View File

@@ -32,6 +32,13 @@ class Bundle {
*/
public static $routed = array();
/**
* The cache key for the bundle manifest.
*
* @var string
*/
const manifest = 'laravel.bundle.manifest';
/**
* Detect all of the installed bundles from disk.
*