craftcms / gatsby-helper
Plugin for enabling support for the Gatsby Craft CMS source plugin.
Installs: 12 730
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 7
Forks: 6
Open Issues: 5
Type:craft-plugin
Requires
- craftcms/cms: ^4.0.0-RC2|^5.0.0-beta.1
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
This package is auto-updated.
Last update: 2024-10-22 00:06:13 UTC
README
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