Skip to content

Commit cd80939

Browse files
authored
Update README.md
1 parent 2f8c53a commit cd80939

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# laravel-file-manager (Frontend)
1+
# laravel-file-manager (Vuejs with Element design)
22

3-
> File manager for Laravel - Frontend - Vue.js
3+
this repo is foked from https://github.com/alexusmai/vue-laravel-file-manager the purpose is replace bootstrap design with element design
44

5-
> Backend - Laravel 5 package - [alexusmai/laravel-file-manager](https://github.com/alexusmai/laravel-file-manager)
65

76
![Laravel File Manager](https://raw.github.com/alexusmai/vue-laravel-file-manager/master/src/assets/laravel-file-manager.gif?raw=true)
87

@@ -15,7 +14,7 @@ Now you can overwrite default settings using props
1514

1615
### NPM
1716
```
18-
$ npm install laravel-file-manager --save
17+
$ npm install laravel-file-manager-element --save
1918
```
2019

2120
## Usage
@@ -142,4 +141,4 @@ MIX_LFM_BASE_URL=http://my-url.loc/file-manager/
142141
MIX_LFM_CSRF_TOKEN=OFF
143142
```
144143

145-
Warning! Package use axios (Promise) - use babel-polyfill for ie11
144+
Warning! Package use axios (Promise) - use babel-polyfill for ie11

0 commit comments

Comments
 (0)