Skip to content

Commit 39aa601

Browse files
committed
Update README
1 parent 4171c36 commit 39aa601

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Multipart Uploads using Laravel, AWS S3, and Uppy
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/tapp/laravel-uppy-s3-multipart-upload.svg?style=flat-square)](https://packagist.org/packages/tapp/laravel-uppy-s3-multipart-upload)
4-
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/tapp/laravel-uppy-s3-multipart-upload/run-tests?label=tests)](https://github.com/tapp/laravel-uppy-s3-multipart-upload/actions?query=workflow%3ATests+branch%3Amaster)
54
[![Total Downloads](https://img.shields.io/packagist/dt/tapp/laravel-uppy-s3-multipart-upload.svg?style=flat-square)](https://packagist.org/packages/tapp/laravel-uppy-s3-multipart-upload)
65

76
Upload large files directly to [AWS S3](https://aws.amazon.com/s3/) using [Laravel](https://laravel.com/) (backend) and [Uppy](https://uppy.io/) (frontend).
@@ -106,6 +105,12 @@ return [
106105
];
107106
```
108107

108+
### Publish view file
109+
110+
```bash
111+
php artisan vendor:publish --provider="Tapp\LaravelUppyS3MultipartUpload\LaravelUppyS3MultipartUploadServiceProvider" --tag="laravel-uppy-s3-multipart-upload-views"
112+
```
113+
109114
### AWS S3 Setup
110115

111116
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
371376
php artisan view:clear
372377
```
373378

374-
## Complete Example
375-
376-
## Testing
377-
378-
```bash
379-
composer test
380-
```
381-
382379
## Changelog
383380

384381
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

0 commit comments

Comments
 (0)