From afa63dff6f7928433f36405c6606f2c337cea1f2 Mon Sep 17 00:00:00 2001 From: Aleksandr Manekin Date: Mon, 27 Nov 2023 22:32:31 +0300 Subject: [PATCH 1/2] updated bootstrap, axios --- .env | 4 +- README.md | 6 +- index.html | 4 +- package-lock.json | 3455 +++++++++++++++++--------- package.json | 4 +- src/components/modals/ModalBlock.vue | 2 +- src/store/settings/store.js | 2 +- 7 files changed, 2305 insertions(+), 1172 deletions(-) diff --git a/.env b/.env index 5e170b0..2bc157b 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ -VITE_APP_LFM_AXIOS_BASE_URL= -VITE_APP_LFM_CSRF_TOKEN= +VITE_APP_LFM_AXIOS_BASE_URL=https://lfm.loc/file-manager/ +VITE_APP_LFM_CSRF_TOKEN=OFF diff --git a/README.md b/README.md index 5e1f3fc..fba306f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ # New in version 3 - Vue.js 3 -- Bootstrap 5 +- Bootstrap 5.3 - Bootstrap icons ## Installation @@ -111,8 +111,8 @@ Don't forget to add a csrf token to head block in your Laravel view and add boot - - + + ``` [Laravel VITE environment variables](https://laravel.com/docs/9.x/vite#environment-variables) diff --git a/index.html b/index.html index d50de08..a613a79 100644 --- a/index.html +++ b/index.html @@ -6,8 +6,8 @@ Laravel file manager - - + +