File tree 7 files changed +2305
-1172
lines changed
7 files changed +2305
-1172
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 7
7
# New in version 3
8
8
9
9
- Vue.js 3
10
- - Bootstrap 5
10
+ - Bootstrap 5.3
11
11
- Bootstrap icons
12
12
13
13
## Installation
@@ -111,8 +111,8 @@ Don't forget to add a csrf token to head block in your Laravel view and add boot
111
111
<!-- CSRF Token -->
112
112
<meta name="csrf-token" content="{{ csrf_token() }}">
113
113
<!-- 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">
116
116
```
117
117
118
118
[ Laravel VITE environment variables] ( https://laravel.com/docs/9.x/vite#environment-variables )
Original file line number Diff line number Diff line change 6
6
< link rel ="icon " href ="/favicon.ico "/>
7
7
< title > Laravel file manager</ title >
8
8
<!-- 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 ">
11
11
</ head >
12
12
< body >
13
13
< noscript >
You can’t perform that action at this time.
0 commit comments