deplay phase 1
This commit is contained in:
parent
e3dc1afd8e
commit
5a7478907e
68 changed files with 2831 additions and 818 deletions
|
|
@ -0,0 +1,17 @@
|
|||
diff --git a/config/filesystems.php b/config/filesystems.php
|
||||
index 2318ca2..97762c8 100755
|
||||
--- a/config/filesystems.php
|
||||
+++ b/config/filesystems.php
|
||||
@@ -72,6 +72,12 @@ return [
|
||||
'url' => env('APP_URL').'/storage/booking',
|
||||
'visibility' => 'public',
|
||||
],
|
||||
+ 'offer' => [
|
||||
+ 'driver' => 'local',
|
||||
+ 'root' => storage_path('app/offer'),
|
||||
+ 'url' => env('APP_URL').'/storage/offer',
|
||||
+ 'visibility' => 'public',
|
||||
+ ],
|
||||
'general' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/general'),
|
||||
Loading…
Add table
Add a link
Reference in a new issue