-
Notifications
You must be signed in to change notification settings - Fork 0
Getting POST data or raw data
Coding with ArWeb edited this page Oct 17, 2023
·
3 revisions
yourFunctionName(Request $req, $params){
$req->input(); [This will display array]
$req->input('key'); [This will display value of specific key]
$params->parameterkey; [The parameter that you have set in routes files]
$params->querystringkey; [The parameter that you have set in query string]
}
© 2024-25 ArWeb || All rights reserved || DevKer