ckfinder / ckfinder-laravel-package

CKFinder 3 package for Laravel
Other
153 stars 86 forks source link

Could not download the distribution package of CKFinder #97

Closed vietqmax closed 1 year ago

vietqmax commented 1 year ago

I have an error when I run this command: php artisan ckfinder:download => Could not download the distribution package of CKFinder.

My composer.json config "require": { "php": "^8.1", "ckfinder/ckfinder-laravel-package": "^4.0", "guzzlehttp/guzzle": "^7.2", "laravel/framework": "^10.8", "laravel/sanctum": "^3.2", "laravel/tinker": "^2.8" },

bmlotek commented 1 year ago

Hello @vietqmax

that's weird, I just tested it and download works fine. Could you provide me some more info? Let's start with your locked version of ckfinder/ckfinder-laravel-package and laravel/framework.

vietqmax commented 1 year ago

It worked today, maybe because of the internet connection or some other problem. Thank you!

bmlotek commented 1 year ago

@vietqmax I am glad. Have a nice coding ;)