added forms country & vehicle running cost (kurang fitur pendukung)

This commit is contained in:
Jagad R R
2024-12-16 17:01:55 +07:00
parent bf75c08b5e
commit 69ab2b056d
20 changed files with 1012 additions and 78 deletions
+5 -2
View File
@@ -58,11 +58,14 @@ return [
],
'nextcloud' => [
'driver' => 'nextcloud',
'driver' => 'webdav',
'baseUri' => env('NEXT_CLOUD_URL'),
'userName' => env('NEXT_CLOUD_USERNAME'),
'password' => env('NEXT_CLOUD_PASSWORD'),
'directory' => '',
'pathPrefix' => env("NEXT_CLOUD_PATHPREFIX", ''),
'options' => [
'verify' => false,
],
],
],