Merhaba kullandığım laravel'i son sürüm olan 5.2'ye güncelledim. Controller dosyamda kullandığım;
$this->beforeFilter('csrf',array('on'=>array('post','delete','put')));
$this->beforeFilter('ajax',array('on'=>array('delete','put')));
şu şekilde hata veriyor.
BadMethodCallException in Controller.php line 103:
Method [beforeFilter] does not exist.