-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
Getting error
Notice: Undefined index: path in /src/ImageKit/Url/Url.php on line 68
Minimum code to reproduce this error
$public_key = "your_public_key";
$your_private_key = "your_private_key";
$url_end_point = "https://cdn.example.com/";
$imageKit = new ImageKit(
$public_key,
$your_private_key,
$url_end_point
);
$imageURL = $imageKit->url(array(
"path" => "/path/to/image.jpg",
"transformation" => array(
array(
"height" => "300",
"width" => "400",
),
),
));
Metadata
Metadata
Assignees
Labels
No labels