You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
</p>
6
6
7
7
8
-
## About S3B2B
8
+
## S3B2B
9
9
10
10
S2B2B is a simple S3 file manager. It can manage multiple file storage at the same time and can also easily move files from one S3 bucket to another S3 bucket.
11
11
@@ -28,11 +28,20 @@ php artisan migrate
28
28
29
29
soketi start
30
30
```
31
+
## Todo
32
+
-[ ] add new folder
33
+
-[ ] drag and move to folder
31
34
32
-
or you can use [Laravel Sail](https://laravel.com/docs/8.x/sail) to run the project.
35
+
## Credits
36
+
- All Contributors
33
37
34
-
```bash
35
-
./vendor/bin/sail up -d
36
-
```
38
+
## License
39
+
The MIT License[MIT License](https://opensource.org/licenses/MIT). Please see License File for more information.
0 commit comments