Merhaba, route ile CSRF kullanmaya çalışıyorum ancak nedense kullandığım an hata veriyor;
Route::group(array('before' => 'csrf'), function()
{
Route::get('user/create', array('uses' => 'UserController@postCreate', 'as' => 'postCreate'));
Route::get('user/login', 'UserController@postLogin');
});
Bu kod sonucu sayfaya girdiğimde aldığım hata