79225765

Date: 2024-11-26 07:51:07
Score: 1
Natty:
Report link
Route::get('tickets','TicketController@tickets')->name('admin-tickets')


public function tickets(Request $request){ 
     $type = $request->type;
}



/tickets?type=

You can validate the ticket query parameter using request object in controller's ticket method.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Khan Massab