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
+3-3
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,15 @@
8
8
9
9
## Introduction
10
10
11
-
> Supports Laravel from 5.2 to 7.
11
+
> Supports Laravel from 5.2 to 7 (covered by integration tests on all versions).
12
12
13
13
Easy to use service/library for chunked upload with supporting multiple JS libraries on top of Laravel's file upload with low memory footprint in mind.
14
14
15
15
Supports feature as [cross domains requests](https://github.com/pionl/laravel-chunk-upload/wiki/cross-domain-requests), automatic clean schedule and easy usage.
16
16
17
-
Example repository with integration test can be found in [laravel-chunk-upload-example](https://github.com/pionl/laravel-chunk-upload-example).
17
+
Example repository with **integration tests** can be found in [laravel-chunk-upload-example](https://github.com/pionl/laravel-chunk-upload-example).
18
18
19
-
> Before adding pull requests read CONTRIBUTION.md
19
+
> Before adding pull requests read CONTRIBUTION.md. Help me fix your bugs by debugging your issues using XDEBUG (and try to do a fix - it will help you become better).
0 commit comments