Route::pattern('name', '[a-zA-Z0-9\+\-]+'); Route::pattern('id', '[0-9]+'); Route::get('goods-{name}...
christoffertyrefors said: You should name your routes, and then use URL::route('route.name', array(...
The Laravel portal for problem solving, knowledge sharing and community building.
The community