api - Contentful.php SDK missing -


when requesting:

php composer.phar install contentful/contentful 

as stated in tutorial, require function suggested composer. however, when requesting:

php composer.phar require contentful/contentful 

this feedback received:

 problem 1 - requested package contentful/contentful not found in version, there may typo in package name. 

how install sdk in case?
way implement contentful php?

contentful developer here.

the contentful/contentful package available beta. install beta quality package append :@beta command. full command this:

php composer.phar require contentful/contentful:@beta 

while manually copy sdk project, i'd advice against you'll have keep date manually.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -