Skip to content
This repository has been archived by the owner on Nov 29, 2019. It is now read-only.

dansmaculotte/laravel-contentful

 
 

Repository files navigation

Laravel Contentful Package

Latest Version Total Downloads Build Status Quality Score Code Coverage

This library provides an easy-to-use integration between the Laravel framework and the Contentful Delivery SDK.

Installation

Requirements

  • 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"

Usage

Configure your contentful delivery token and space id in config/contenful.php.

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.

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

License

The MIT License (MIT). Please see License File for more information.

About

[WIP] Laravel integration for the Contentful SDK.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%