Skip to content

Commit afa63df

Browse files
committed
updated bootstrap, axios
1 parent 2d87a89 commit afa63df

File tree

7 files changed

+2305
-1172
lines changed

7 files changed

+2305
-1172
lines changed

Diff for: .env

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VITE_APP_LFM_AXIOS_BASE_URL=
2-
VITE_APP_LFM_CSRF_TOKEN=
1+
VITE_APP_LFM_AXIOS_BASE_URL=https://lfm.loc/file-manager/
2+
VITE_APP_LFM_CSRF_TOKEN=OFF

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# New in version 3
88

99
- Vue.js 3
10-
- Bootstrap 5
10+
- Bootstrap 5.3
1111
- Bootstrap icons
1212

1313
## Installation
@@ -111,8 +111,8 @@ Don't forget to add a csrf token to head block in your Laravel view and add boot
111111
<!-- CSRF Token -->
112112
<meta name="csrf-token" content="{{ csrf_token() }}">
113113
<!-- Example -->
114-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css">
115-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css">
114+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css">
115+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css">
116116
```
117117

118118
[Laravel VITE environment variables](https://laravel.com/docs/9.x/vite#environment-variables)

Diff for: index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<link rel="icon" href="/favicon.ico"/>
77
<title>Laravel file manager</title>
88
<!-- Bootstrap CSS -->
9-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css">
10-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css">
9+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css">
10+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css">
1111
</head>
1212
<body>
1313
<noscript>

0 commit comments

Comments
 (0)