Download the PHP package djam90/contentful-laravel without Composer
On this page you can find all versions of the php package djam90/contentful-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download djam90/contentful-laravel
More information about djam90/contentful-laravel
Files in djam90/contentful-laravel
Package contentful-laravel
Short Description Integrates the Contentful PHP SDK with Laravel.
License MIT
Informations about the package contentful-laravel
Contentful Laravel Package
This library provides an easy-to-use integration between the Laravel framework and the Contentful Delivery SDK. It requires at least PHP 7.0.
Setup
Add this package to your application by using Composer and executing the following command:
Add the service provider to the providers
array in config/app.php
:
Configuration
Publish the config file:
This will add contentful.php
to your /config
folder. Next, add your space ID and API key to your .env
file:
CONTENTFUL_SPACE_ID="cfexampleapi"
CONTENTFUL_DELIVERY_TOKEN="b4c0n73n7fu1"
What is Contentful?
Contentful provides a content infrastructure for digital teams to power content in websites, apps, and devices. Unlike a CMS, Contentful was built to integrate with the modern software stack. It offers a central hub for structured content, powerful management and delivery APIs, and a customizable web app that enable developers and content creators to ship digital products faster.
License
Copyright (c) 2015-2019 Contentful GmbH. Code released under the MIT license. See LICENSE for further details.
All versions of contentful-laravel with dependencies
laravel/framework Version ~6.0
contentful/contentful Version ^4.0
contentful/core Version ^2.2