You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read code and documentation provided but I couldn't find a way to pass parameters like we do in express.js. Yeah I did find a way to pass "hash" and numeric "id" but not a custom parameter.
$app.get('/user/:username', function ($req, $res) {
$res->send($req->params['username']);
}
Is there a way to do that in php-express?
The text was updated successfully, but these errors were encountered:
Hi!
I have read code and documentation provided but I couldn't find a way to pass parameters like we do in express.js. Yeah I did find a way to pass "hash" and numeric "id" but not a custom parameter.
Is there a way to do that in php-express?
The text was updated successfully, but these errors were encountered: