In Laravel, I\'m trying to call $input = Request::all(); on a store() method in my controller, but I\'m getting the following error:
$input = Request::all();
store()
i make it work with a scope definition
public function pagar(\Illuminate\Http\Request $request) { //