Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ChadTaljaardt/7228526a64a04e76320ea5e2290ba04b to your computer and use it in GitHub Desktop.
Save ChadTaljaardt/7228526a64a04e76320ea5e2290ba04b to your computer and use it in GitHub Desktop.
Route::get('products', 'FrontendController@getProductsPage')->name('frontend.products.view');
Route::get('products/view/{$slug}', 'FrontendController@getProductDetails')->name('frontend.products.details');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment