Closed ekweb closed 3 years ago
Define the path as
Route::get('/products/{id}_{alias}_item', array('uses' => 'CatalogController@productsItem'));
Request http://stie.com//products/123_teststring_item return status 200 OK Request http://stie.com//products/123_test_string_item return NotFoundHttpException
Define the path as
Request http://stie.com//products/123_teststring_item return status 200 OK Request http://stie.com//products/123_test_string_item return NotFoundHttpException