rename models and associates, isolate botanic with shop
This commit is contained in:
7
routes/Shop/Categories.php
Normal file
7
routes/Shop/Categories.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
Route::prefix('Categories')->name('Categories.')->group(function () {
|
||||
Route::get('', 'CategoryController@index')->name('index');
|
||||
Route::get('show/{id}', 'CategoryController@show')->name('show');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user