Check Method In Laravel

[Solved] Check Method In Laravel | Php - Code Explorer | yomemimo.com
Question : check method in laravel

Answered by : amit-rajput

 if ($request->isMethod('post')) { return ['user' => $user]; }

Source : | Last Update : Mon, 16 Nov 20

Answers related to check method in laravel

Code Explorer Popular Question For Php