added bundle:refresh command to cli.
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user