Route::get('/task/{$id}', function($id) { ...
Should be
Route::get('/task/{id}', function($id) { ...
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community