timkelty / craftcms-site-sync

Sync content to locales on element save.
MIT License
40 stars 9 forks source link

Can't manage to install the plugin #17

Closed mdominguez closed 5 years ago

mdominguez commented 5 years ago

Hi there,

I keep bumping into install issues when I do: $ composer require timkelty/craft-localesync I get this error => screenshot

Running the latest Craft 3.0.34.

Thanks in advance!

timkelty commented 5 years ago

@mdominguez for Craft 3 it should be:

composer require timkelty/craft-site-sync

I apologize for the lack of docs, Its on my list!

mdominguez commented 5 years ago

@timkelty Thanks! Unfortunately doesn't seem to work either.. => screenshot

timkelty commented 5 years ago

ah ya know what, I never even released it to packagist, so that wont work either…let me do that quickly…

timkelty commented 5 years ago

@mdominguez Ok, you should be able to now!

composer require timkelty/craft-site-sync:1.0.*@dev

I plan on working on docs in the next week.

mdominguez commented 5 years ago

Ok thanks! Just installed the plugin and don't see anything happening when saving entries, maybe because I don't know how this plugin works? I can't seem to find anything related to it in the CP..

timkelty commented 5 years ago

@mdominguez you need to add a Site-sync setting field to whatever field layout you'd like to perform the syncing on.