https://github.com/graycoreio/magento2-daffodil
A Magento 2 module that configures Magento 2 for usage with Daffodil
https://github.com/graycoreio/magento2-daffodil
Last synced: 10 months ago
JSON representation
A Magento 2 module that configures Magento 2 for usage with Daffodil
- Host: GitHub
- URL: https://github.com/graycoreio/magento2-daffodil
- Owner: graycoreio
- License: mit
- Created: 2020-11-09T15:33:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T15:10:23.000Z (over 2 years ago)
- Last Synced: 2025-07-22T22:48:42.444Z (12 months ago)
- Language: PHP
- Size: 166 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Magento 2 Daffodil
[](https://packagist.org/packages/graycore/magento2-daffodil/stats)
[](https://packagist.org/packages/graycore/magento2-daffodil)
[](https://github.com/graycoreio/magento2-daffodil/blob/master/LICENSE)
[](https://github.com/graycoreio/magento2-daffodil/actions/workflows/unit.yaml)
[](https://github.com/graycoreio/magento2-daffodil/actions/workflows/integration.yaml)
[](https://github.com/graycoreio/magento2-daffodil/actions/workflows/install.yaml)
## Magento Version Support


## Purpose
This package intends to allow developers who use Daffodil with Magento 2 some basic out-of-the-box configurations to make life easier.
## Getting Started
This module is intended to be installed with [composer](https://getcomposer.org/). From the root of your Magento 2 project:
1. Download the package
```bash
composer require graycore/magento2-daffodil
```
2. [Configure the package](/docs/stories/emails.md)
3. Enable the package
```bash
./bin/magento module:enable Graycore_Daffodil
```
## Features
* [Email URL Modification To A User Configured Route](./docs/stories/emails.md)
## Upgrading
* [Semver Policy](https://semver.org/)