Skip to content

Commit

Permalink
[#13] Disable Laravel CsrfToken middleware
Browse files Browse the repository at this point in the history
Won't work for requests from outside Laravel
  • Loading branch information
danmichaelo committed Jun 29, 2015
1 parent 398e016 commit 75cfc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Kernel extends HttpKernel
\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class,
\Illuminate\Session\Middleware\StartSession::class,
\Illuminate\View\Middleware\ShareErrorsFromSession::class,
\Colligator\Http\Middleware\VerifyCsrfToken::class,
// \Colligator\Http\Middleware\VerifyCsrfToken::class,
];

/**
Expand Down

0 comments on commit 75cfc9e

Please sign in to comment.