Error Class "Cloudinary" not found
public function register()
{
$app = $this->app;
$this->app->singleton('cloudder', function () use ($app) {
return new CloudinaryWrapper($app['config'], new Cloudinary, new Cloudinary\Uploader, new Cloudinary\Api);
});
}
0
-
Hi Rana,
One reason that may lead to this error is not importing Cloudinary correctly.
In order to better understand the issue, please open a new private ticket here. In this new ticket please include some more details like version, full error log, and some more code.
Thanks,
Tamara
0
Post is closed for comments.
Comments
1 comment