rename models and associates, isolate botanic with shop
This commit is contained in:
6
routes/Botanic/route.php
Normal file
6
routes/Botanic/route.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
Route::prefix('Botanic')->namespace('Botanic')->name('Botanic.')->group(function () {
|
||||
|
||||
include( __DIR__ . '/Admin/route.php');
|
||||
});
|
||||
Reference in New Issue
Block a user