From 6980d95c212ee08db883fcb40c133640ab23052c Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 8 Oct 2014 16:36:38 -0500 Subject: [PATCH] Fix a few things. --- bootstrap/autoload.php | 2 +- config/compile.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap/autoload.php b/bootstrap/autoload.php index 2ae4fc34..f75601b2 100644 --- a/bootstrap/autoload.php +++ b/bootstrap/autoload.php @@ -27,7 +27,7 @@ require __DIR__.'/../vendor/autoload.php'; | */ -$compiledPath = __DIR__.'/../storage/meta/compiled.php'; +$compiledPath = __DIR__.'/../storage/framework/compiled.php'; if (file_exists($compiledPath)) { diff --git a/config/compile.php b/config/compile.php index 7f4eae54..c922bf70 100644 --- a/config/compile.php +++ b/config/compile.php @@ -18,6 +18,7 @@ return [ __DIR__.'/../app/Providers/AppServiceProvider.php', __DIR__.'/../app/Providers/ArtisanServiceProvider.php', __DIR__.'/../app/Providers/ErrorServiceProvider.php', + __DIR__.'/../app/Providers/EventServiceProvider.php', __DIR__.'/../app/Providers/LogServiceProvider.php', __DIR__.'/../app/Providers/RouteServiceProvider.php',