texnixe / kirby3-spreadsheet

12 stars 0 forks source link

missing dependencies on remote server #7

Open teichsta opened 3 years ago

teichsta commented 3 years ago

Hi,

i installed your plugin by copying the sourcefiles into my site/plugins folder and everything works fine (i assume i did composer update afterwards). When running the same code on the remote server it complains about a missing dependency:

image

I recognised that locally i find a vendor folder in site/plugins/kirby3-spreadsheet but not on the remote server. As the vendor folder is gitignored (merely) the deps are missing.

My question is now more "ideomatic" : who should i go forward to make the deps available on my remote server. Change gitognore and checkin the deps, too?

Thanks in advance and sorry for this noob-question.

Best, Thomas

teichsta commented 3 years ago

i think the problem is, that PHP zip lib is missing on the server (kirby Docker image) which prevents the deps from being installed properly.

texnixe commented 3 years ago

How did you install on the server? This repo actually comes with the vendor folder, so if you clone via git or download the zip file, everything should be there.

janstieler commented 2 years ago

Hi, the vendor is missing if it installed through composer. I know you have it not official postet in your readme but you have a composer.json in your project so I tried it also but in the installation is the vendor folder missing.

Cheers