barryvdh / elfinder-flysystem-driver

elFinder driver for Flysystem
183 stars 41 forks source link

Getting Issue when update composer #65

Open vineetdikonia opened 6 years ago

vineetdikonia commented 6 years ago

I have download elfinder from https://github.com/Studio-42/elFinder after that I am trying to update my composer using "composer require barryvdh/elfinder-flysystem-driver" for adding the Flysystem volume driver. But everytime I am getting the attached error.

screenshot from 2017-09-21 19-39-19

Please let me know where I am wrong. Below is the steps followed by me

  1. git clone https://github.com/Studio-42/elFinder.git
  2. rename folder by elFinder-211
  3. Enter in the folder and run "composer require barryvdh/elfinder-flysystem-driver"
bayucandra commented 5 years ago

@vineetdikonia , I did the same mistake as yours previously. After some experiments, finally, I made a working demo. Please check this repo, hope it helps: https://github.com/bayucandra/ckeditor-elfinder . There is detail README.md which explain how it was built and how to run the repo.