generated from boboko/starter
temp emails, reviews theming and form, minor change in checkout module, validation translations seeder
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
'product.stock-check',
|
||||
);
|
||||
|
||||
Route::post('/products/{product}/reviews', [ProductController::class, 'storeReview'])->name(
|
||||
'product.reviews.store',
|
||||
);
|
||||
|
||||
Route::get('/category/{id}', [CategoryController::class, 'show'])->name(
|
||||
'category.show',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user