cosenary / Instagram-PHP-API

An easy-to-use PHP Class for accessing Instagram's API.
http://cosenary.github.com/Instagram-PHP-API
BSD 3-Clause "New" or "Revised" License
1.46k stars 781 forks source link

Does not work with composer #146

Closed pronebird closed 9 years ago

pronebird commented 9 years ago

Hi,

Suddenly the same installation that works on my Mac does not work on Ubuntu server.

Getting this:

PHP Fatal error:  Class 'MetzWeb\\Instagram\\Instagram' not found
vinkla commented 9 years ago

Please provide a more information. Just saying that it doesn't work makes it hard for us to help you.

pronebird commented 9 years ago

I am currently trying to wipe vendor/ folder and regenerate autoloader with new composer. It could not find a class apparently. Give me the lead what kind of information would be useful for resolution?

pronebird commented 9 years ago

Hey sorry for false alarm. Apparently that was an issue between diff versions of composer and new composer did not bother to regenerate the boilerplate for autoloader.