ckfinder / ckfinder-laravel-package

CKFinder 3 package for Laravel
Other
157 stars 89 forks source link

CKFinder Laravel Package prepared for Laravel in version >=10 #95

Closed bmlotek closed 1 year ago

bmlotek commented 1 year ago

Feature: CKFinder Laravel Package prepared for Laravel in version >=10.

Technical details:

Changes

  1. composer.json: From "laravel/framework": "^9.0" to "laravel/framework": "^10.0"
  2. ReadME.md: 9 regarding to Laravel changed to 10

Testing procedure

Create Laravel 10 project, do command composer require ckfinder/ckfinder-laravel-package and go through configuration instructions in readme of package. Then go in /ckfinder/examples, everything should work fine.

Suggestion

Deploy it as version 5.0.0, thanks to it composer update won't break apps for anyone.