Skip to content

Commit 93d19ab

Browse files
committed
update v2.0 status
1 parent 666fe4e commit 93d19ab

File tree

1 file changed

+24
-19
lines changed

1 file changed

+24
-19
lines changed

README.md

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
<a href="http://unisharp.github.io/laravel-filemanager/upgrade">Upgrade</a>
2525
2626
<a href="https://github.com/UniSharp/laravel-filemanager-example-5.3">Demo</a>
27+
28+
<a href="https://github.com/UniSharp/laravel-filemanager/wiki">FAQ</a>
2729
</p>
2830

2931
## Installing alpha version
@@ -32,6 +34,28 @@ The alpha version of `v2.0` contains support of cloud storage and fresh new UI w
3234
* Run `composer require unisharp/laravel-filemanager:dev-master` to get the latest code.
3335
* Run `composer require unisharp/laravel-filemanager:v2.0.0-alpha7` to get the latest release of alpha version.
3436

37+
## v2.0 progress
38+
* [x] (done) Unit test
39+
* [x] (done) Integrate with Laravel Storage
40+
* [x] (done) Multiple selection
41+
* [x] (done) Responsive design
42+
* [x] (done) Config refactoring
43+
* [x] (done) JSON APIs
44+
* [x] (done) Move to folder function
45+
* [x] (done) Applying MIME icon generator
46+
* [x] (done) Refactor floating action buttons
47+
* [x] (done) Configurable disk of storage
48+
* [x] (done) Bootstrap 4 support
49+
* [x] (done) Remove bootbox
50+
* [ ] Documents for v2.0
51+
* [x] (done) Resize function RWD refactor
52+
* [ ] ConfigHandler should overwrite most configs
53+
* [ ] Events should pass object instead of only file path
54+
* [ ] Add more events for files and folders manipulation
55+
56+
## Documents of V1
57+
https://github.com/UniSharp/laravel-filemanager/tree/v1/docs
58+
3559
## Errors with namespace
3660
We have changed namespace from `Unisharp` to `UniSharp`, and change the first character of every namespace into capital.
3761

@@ -62,25 +86,6 @@ This approach ensures that only authenticated users have access to the Laravel-F
6286

6387
**If you use the laravel-filemanager default route, make sure the `auth` middleware (set in config/lfm.php) is enabled and functional**.
6488

65-
## v2.0 progress
66-
* [x] (done) Unit test
67-
* [x] (done) Integrate with Laravel Storage
68-
* [x] (done) Multiple selection
69-
* [x] (done) Responsive design
70-
* [x] (done) Config refactoring
71-
* [x] (done) JSON APIs
72-
* [x] (done) Move to folder function
73-
* [x] (done) Applying MIME icon generator
74-
* [x] (done) Refactor floating action buttons
75-
* [x] (done) Configurable disk of storage
76-
* [x] (done) Bootstrap 4 support
77-
* [x] (done) Remove bootbox
78-
* [ ] Documents for v2.0
79-
* [x] (done) Resize function RWD refactor
80-
* [ ] ConfigHandler should overwrite most configs
81-
* [ ] Events should pass object instead of only file path
82-
83-
8489
## Contributors & Credits
8590

8691
### Developers / Maintainers

0 commit comments

Comments
 (0)