Skip to content

Commit af438de

Browse files
committed
fixes
1 parent d0ad95b commit af438de

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config/cloudinary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'upload_route' => env('CLOUDINARY_UPLOAD_ROUTE'),
4747

4848
/**
49-
* Controller to get cloud_image_url from Blade Upload Widget
49+
* Controller action to get cloud_image_url from Blade Upload Widget
5050
*/
5151
'upload_action' => env('CLOUDINARY_UPLOAD_ACTION'),
5252
];

resources/views/components/button.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
33
var cloudName = @json(Str::after(config('cloudinary.cloud_url'),'@'));
44
var uploadPreset = @json(config('cloudinary.upload_preset'));
5+
var uploadRoute = @json(config('cloudinary.upload_route'));
56
67
function openWidget() {
78
window.cloudinary.openUploadWidget(

0 commit comments

Comments
 (0)