Route::get('/tasks/{id}','TasksController@show');. in route model binding you can pass the id in the route and handle it in the show ...
確定! 回上一頁