https://github.com/elgentos/magento2-prismicio
Magento 2 Prismic integration
https://github.com/elgentos/magento2-prismicio
hacktoberfest magento2-module
Last synced: about 1 month ago
JSON representation
Magento 2 Prismic integration
- Host: GitHub
- URL: https://github.com/elgentos/magento2-prismicio
- Owner: elgentos
- License: gpl-3.0
- Created: 2019-04-16T10:14:41.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T09:52:01.000Z (11 months ago)
- Last Synced: 2024-05-22T10:59:38.748Z (11 months ago)
- Topics: hacktoberfest, magento2-module
- Language: PHP
- Homepage:
- Size: 1.43 MB
- Stars: 36
- Watchers: 8
- Forks: 16
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-prismic - magento2-prismicio - Magento 2 extension to integrate Prismic into Magento 2. _\*_ (Ecosystem / Plugins, Helpers and Tools)
README
# Magento 2 [Prismic.io](https://prismic.io) integration - by elgentos
For the love of Magento and Prismic we created a module to do a seamless integration between the two.
It is a full replacement for the default CMS in Magento.## Requirements
* a Magento 2 installation
* PHP 8.1 (we still have PHP 7.4 support on the `1.7.*` releases)
* a Prismic repository, head over to https://prismic.io and start today## Installation
Head over to your Magento installation and require the extension.```bash
composer require elgentos/module-prismicio
php bin/magento setup:upgrade
```## Documentation
You can find our documentation here https://elgentos.github.io/magento2-prismicio/It will cover:
- Configuration
- Creating Content models
- Writing View XML
- Best practicesDocs are build with [mkdocs](https://www.mkdocs.org/), if you want to contribute start editing files in `docs/*`.
## Configuration / Quick start
To make a connection from Magento to Prismic you have to create repository in Prismic
or select and existing one, head to *Settings*, *API & Security*, copy the entry point.Open the Magento admin, head to *Stores*, *Configuration*, *Elgentos / PrismicIO*.
1. First
- Enable Prismic
- Paste the entry point
- Save
2. Second
- Select language
- Save### Configuration
## Contributors
Without your [contributions](https://github.com/elgentos/magento2-prismicio/graphs/contributors) this module wouldn't exist.**And also; everyone who created issues, asked questions, collaborating in any other way, thanks a lot!**
Want your name on this list, start contributing today.
Do you like what we do, take a look at [elgentos.nl](https://elgentos.nl/) to learn more about our company.