Add check to see that we're installed, and remove the .env that's created

This commit is contained in:
Nabeel Shahzad
2017-12-16 12:01:21 -06:00
parent 2dd259802d
commit 5bc8dab6f8
6 changed files with 27 additions and 16 deletions

View File

@@ -25,6 +25,7 @@ class Kernel extends HttpKernel
*/
protected $middlewareGroups = [
'web' => [
\App\Http\Middleware\InstalledCheck::class,
\App\Http\Middleware\EncryptCookies::class,
\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class,
\Illuminate\Session\Middleware\StartSession::class,