rename models and associates, isolate botanic with shop

This commit is contained in:
Ludovic CANDELLIER
2020-04-21 00:09:32 +02:00
parent c80b0f1edf
commit 4ad1f18310
234 changed files with 13899 additions and 3230 deletions

6
routes/Botanic/route.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
Route::prefix('Botanic')->namespace('Botanic')->name('Botanic.')->group(function () {
include( __DIR__ . '/Admin/route.php');
});