Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Route::whereIn

Route::get('/{country}', ['uses' => 'StoreProductController@browseCountry'])
->where('country', 'usa|england|thailand');
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
8+1 =