File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ This package is to upload different media files to Local or remote Amazon S3 sto
29
29
30
30
Run the composer command:
31
31
32
- ` composer require itstructure/laravel-media-file-uploader "~ 1.0.2 " `
32
+ ` composer require itstructure/laravel-media-file-uploader "^ 1.0.3 " `
33
33
34
34
#### If you are testing this package from a local server directory
35
35
@@ -139,6 +139,7 @@ In a config file `filesystems.php` set the next custom settings (set default dis
139
139
'endpoint' => env('AWS_ENDPOINT'),
140
140
'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
141
141
'throw' => false,
142
+ 'visibility' => 'public',
142
143
],
143
144
],
144
145
Original file line number Diff line number Diff line change 1
1
### CHANGE LOG:
2
2
3
+ ** 1.0.3 July 15, 2024:**
4
+ - Fix README.
5
+
3
6
** 1.0.2 July 15, 2024:**
4
7
- Fill and improve README.
5
8
You can’t perform that action at this time.
0 commit comments