smth like this maybe? Route::get('produk/{category}/{id}/{slug?}', function($category,$id,$slug=''...
That's nice what about this kind of url : /export/?id //quest-mark is put right after a slash...
Return Redirect::to('cv.edit') ->with('id', $id); //<---- id can only be acces...
.../export/?id <--- this is a bit prustating putting a quest-mark directly after slash if you...
The Laravel portal for problem solving, knowledge sharing and community building.