Laravel - Routing
Find the problem in this route:
Route::get('/post/{id}', function () { return 'Post ID: ' . $id; });Route::get('/post/{id}', function () { return 'Post ID: ' . $id; });15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions