Skip to content

Commit 32c2a95

Browse files
committed
Fix README
1 parent 12a358f commit 32c2a95

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This package is to upload different media files to Local or remote Amazon S3 sto
2929

3030
Run the composer command:
3131

32-
`composer require itstructure/laravel-media-file-uploader "~1.0.2"`
32+
`composer require itstructure/laravel-media-file-uploader "^1.0.3"`
3333

3434
#### If you are testing this package from a local server directory
3535

@@ -139,6 +139,7 @@ In a config file `filesystems.php` set the next custom settings (set default dis
139139
'endpoint' => env('AWS_ENDPOINT'),
140140
'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
141141
'throw' => false,
142+
'visibility' => 'public',
142143
],
143144
],
144145

changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
### CHANGE LOG:
22

3+
**1.0.3 July 15, 2024:**
4+
- Fix README.
5+
36
**1.0.2 July 15, 2024:**
47
- Fill and improve README.
58

0 commit comments

Comments
 (0)