diff --git a/config/filesystems.php b/config/filesystems.php index f8839a7..433cc50 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -79,7 +79,8 @@ return [ 'region' => 'us-east-1', 'bucket' => env('MINIO_BUCKET','your minio bucket name'), 'endpoint' => env('MINIO_ENDPOINT','http://localhost:8000'), - 'url' => 'https://cdn.willaspace.com/'. env('MINIO_BUCKET') + 'url' => 'https://cdn.willaspace.com/'. env('MINIO_BUCKET'), + 'use_path_style_endpoint' => true, ], ], diff --git a/resources/js/Global/components/Drawer/SideBar.vue b/resources/js/Global/components/Drawer/SideBar.vue index 86fb983..00569cf 100644 --- a/resources/js/Global/components/Drawer/SideBar.vue +++ b/resources/js/Global/components/Drawer/SideBar.vue @@ -8,7 +8,7 @@
{{ getAuthUser.name }}
{{ getCurrentTime }}
-
{{ new Date() | moment("dddd jDD jMMMM jYYYY") }}
+
{{ currentDate() }}