laravel-unsplash icon indicating copy to clipboard operation
laravel-unsplash copied to clipboard

Powerful Unsplash package for Laravel

Results 6 laravel-unsplash issues
Sort by recently updated
recently updated
newest added

If search for foul word then how can we handle it with Unsplash.?

If empty results then showing this Client error: message: "Client error: `GET https://api.unsplash.com/photos/random?orientation=landscape&query=xdgdsgdsgdgdgd&count=6` resulted in a `404 Not Found` response:\n{\"errors\":[\"No photos found.\"]}\n"

I got this error when installing this package in a new laravel project. I think the composer package is not updated on packagist ``` Your requirements could not be resolved...

In my code, I'm calling: ``` Unsplash::trackPhotoDownload($id); ``` But in my Unsplash dashboard, the download count is not incrementing. Is this endpoint still working correctly?