Jump to content

Social Login


baba_mmx

Recommended Posts

4 hours ago, jmartsch said:

One problem is that if I put it in the ProcessWire Modules directory it does not install it dependencies, as they are installed via composer. How could I handle this?

I think currently the only sane way would be to display a warning in the admin, that dependencies are missing, if the needed classes are not loaded. I mean one can still install those manually without using composer. Composer just makes it a heck of a lot easier.

  • Like 1
Link to comment
Share on other sites

On 12/24/2016 at 3:15 PM, LostKobrakai said:

I think currently the only sane way would be to display a warning in the admin, that dependencies are missing, if the needed classes are not loaded. I mean one can still install those manually without using composer. Composer just makes it a heck of a lot easier.

I think you can actually do it with Git submodules. See http://softwareengineering.stackexchange.com/questions/72750/git-project-dependencies-on-github.

But Composer is probably easier.

Link to comment
Share on other sites

  • 3 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...