MCQs > Website Designing & Development > Laravel Framework > How the Laravel controller method get the parameters?

Laravel Framework MCQs

How the Laravel controller method get the parameters?

Answer

Correct Answer: public function store(Request $request, $foo = 'bar'){ { $this->validate($request, [ 'title' => 'required|unique|max:255', 'body' => 'required', ]); }

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Laravel Framework Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Laravel Framework Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it