craftcms/gatsby-helper

Plugin for enabling support for the Gatsby Craft CMS source plugin.

Installs: 11 964

Dependents: 0

Suggesters: 0

Security: 0

Stars: 16

Watchers: 7

Forks: 6

Open Issues: 5

Type:craft-plugin

2.1.0 2024-03-21 23:02 UTC

README

Gatsby logo

Gatsby Helper

This plugin enables support for the gatsby-source-craft Gatsby source plugin. Combined, they provide an integration between Craft CMS and Gatsby.

Requirements

This plugin requires Craft CMS 4.0.0+ or 5.0.0+.

Installation

You can install this plugin from the Plugin Store or with Composer.

From the Plugin Store

Navigate to the Plugin Store in your project’s control panel and search for “Gatsby Helper”. Then choose Install from in its modal window.

With Composer

Open your terminal and run the following commands:

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require craftcms/gatsby-helper

# tell Craft to install the plugin
./craft install/plugin gatsby-helper

See the gatsby-source-craft documentation for more on configuring the plugin with your Gatsby project: https://github.com/craftcms/gatsby-source-craft