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 abf916f commit e912fccCopy full SHA for e912fcc
README.md
@@ -199,7 +199,8 @@ $page->detachMedia($file) // Example of $file is $request->file('file');
199
**Upload Files Via An Upload Widget**:
200
201
Use the `x-cld-upload-button` Blade upload button component that ships with this Package like so:
202
-```
+
203
+```html
204
<!DOCTYPE html>
205
<html>
206
<head>
@@ -216,7 +217,8 @@ Use the `x-cld-upload-button` Blade upload button component that ships with this
216
217
218
Other Blade components you can use are:
219
-```markdown
220
221
222
/**
223
*
224
* TRANSFORMATION ACTIONS CATEGORIES:
0 commit comments