Skip to content

Instantly share code, notes, and snippets.

@Tmeister
Created July 10, 2015 22:33
Show Gist options
  • Save Tmeister/91403d8b311f55090cda to your computer and use it in GitHub Desktop.
Save Tmeister/91403d8b311f55090cda to your computer and use it in GitHub Desktop.
<?php
/**
* The application's global HTTP middleware stack.
*
* @var array
*/
protected $middleware = [
\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode::class,
\App\Http\Middleware\EncryptCookies::class,
\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class,
\Illuminate\Session\Middleware\StartSession::class,
\Illuminate\View\Middleware\ShareErrorsFromSession::class,
\App\Http\Middleware\VerifyCsrfToken::class,
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment