Use new bootstrap/cache for cached optimizations loaded during bootstrapping.

This commit is contained in:
Taylor Otwell 2015-03-25 10:20:08 -05:00
parent 3e9422b74f
commit 4e0b15fba1
2 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,7 @@ require __DIR__.'/../vendor/autoload.php';
| |
*/ */
$compiledPath = __DIR__.'/../vendor/compiled.php'; $compiledPath = __DIR__.'/cache/compiled.php';
if (file_exists($compiledPath)) { if (file_exists($compiledPath)) {
require $compiledPath; require $compiledPath;

2
bootstrap/cache/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore