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
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# Multipart Uploads using Laravel, AWS S3, and Uppy
2
2
3
3
[](https://packagist.org/packages/tapp/laravel-uppy-s3-multipart-upload)
Upload large files directly to [AWS S3](https://aws.amazon.com/s3/) using [Laravel](https://laravel.com/) (backend) and [Uppy](https://uppy.io/) (frontend).
This package installs the [AWS SDK for PHP](https://github.com/aws/aws-sdk-php) and use Laravel's default `s3` disk configuration from `config/filesystems.php` file.
@@ -371,14 +376,6 @@ php artisan optimize
371
376
php artisan view:clear
372
377
```
373
378
374
-
## Complete Example
375
-
376
-
## Testing
377
-
378
-
```bash
379
-
composer test
380
-
```
381
-
382
379
## Changelog
383
380
384
381
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
0 commit comments