This library provides an easy-to-use integration between the Laravel framework and the Contentful Delivery SDK.
- PHP 7.2
You can install the package via composer:
composer require dansmaculotte/laravel-contentful
The package will automatically register itself.
To publish the config file to config/contentful.php run:
php artisan vendor:publish --provider="DansMaCulotte\Contentful\ContentfulServiceProvider"
Configure your contentful delivery token and space id in config/contenful.php
.
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.
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.