We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad6088 commit 1a0507aCopy full SHA for 1a0507a
README.md
@@ -218,7 +218,7 @@ return [
218
*/
219
220
'secure_url' => (bool) env('CLOUDINARY_SECURE_URL', true),
221
-
+
222
/*
223
|--------------------------------------------------------------------------
224
| Cloudinary Global Upload Options
@@ -231,9 +231,8 @@ return [
231
232
233
'options' => [
234
- //
+ // 'async' => true,
235
],
236
237
];
238
```
239
0 commit comments