Commit c0019c6f authored by Taylor Otwell's avatar Taylor Otwell

Add CSRF middleware to main app stack.

parent 001ba102
......@@ -30,6 +30,7 @@ class AppServiceProvider extends ServiceProvider {
'Illuminate\Session\Middleware\Reader',
'Illuminate\Session\Middleware\Writer',
'Illuminate\View\Middleware\ErrorBinder',
'App\Http\Middleware\CsrfMiddleware',
];
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment