dijkr / Copia

Laravel-project with CMS
0 stars 0 forks source link

Expand routes #6

Closed dijkr closed 1 year ago

dijkr commented 1 year ago

Route::get('{categorie/category:slug}', [ProductController::class, 'showCategory']);

Route::get('product/{product:slug}', [ProductController::class, 'showProduct']);