Add support for caching to filesystem. Set phpunit default cache driver to array.
This commit is contained in:
committed by
davidcallizaya
parent
6458dc64a1
commit
601471be9e
@@ -15,6 +15,9 @@ $app = new Illuminate\Foundation\Application(
|
||||
realpath(__DIR__.'/../')
|
||||
);
|
||||
|
||||
// Change storage path
|
||||
$app->useStoragePath(realpath(__DIR__.'/../shared/'));
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Bind Important Interfaces
|
||||
|
||||
Reference in New Issue
Block a user