Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magegang/m2-humanstxt
Add a humans.txt to your Magento 2 application
https://github.com/magegang/m2-humanstxt
humans humans-txt humanstxt magento2 magento2-extension magento2-extension-free magento2-module magento2-module-free
Last synced: 4 days ago
JSON representation
Add a humans.txt to your Magento 2 application
- Host: GitHub
- URL: https://github.com/magegang/m2-humanstxt
- Owner: magegang
- License: mit
- Created: 2023-11-18T08:13:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-03T06:57:45.000Z (4 months ago)
- Last Synced: 2024-11-17T04:45:03.165Z (about 2 months ago)
- Topics: humans, humans-txt, humanstxt, magento2, magento2-extension, magento2-extension-free, magento2-module, magento2-module-free
- Language: PHP
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Module for Magento 2
[![Latest Stable Version](https://img.shields.io/packagist/v/magegang/module-humanstxt.svg?style=flat-square)](https://packagist.org/packages/magegang/module-humanstxt)
[![License: MIT](https://img.shields.io/github/license/magegang/m2-humanstxt.svg?style=flat-square)](./LICENSE)
[![Packagist](https://img.shields.io/packagist/dt/magegang/module-humanstxt.svg?style=flat-square)](https://packagist.org/packages/magegang/module-humanstxt/stats)
[![Packagist](https://img.shields.io/packagist/dm/magegang/module-humanstxt.svg?style=flat-square)](https://packagist.org/packages/magegang/module-humanstxt/stats)This module enables you to add a humans.txt to your Magento 2 application.
- [Setup](#setup)
- [Composer installation](#composer-installation)
- [Setup the module](#setup-the-module)
- [Documentation](#documentation)
- [Support](#support)
- [Authors](#authors)
- [License](#license)## Setup
Magento 2 Open Source or Commerce edition is required.
### # Install the module package with Composer
`composer require magegang/module-humanstxt`
### Launch standard Magento commands
```
bin/magento mo:en Magegang_Humans
bin/magento se:up
bin/magento ca:cl
```## Documentation
* Go to `Store > Configuration > Magegang > Humans`
* Add your humans content
* Save the config
* Clear cache## Support
Raise a new [request](https://github.com/magegang/m2-humanstxt/issues) to the issue tracker.
## Authors
- **ronangr1** - *Maintainer* - [![GitHub followers](https://img.shields.io/github/followers/ronangr1.svg?style=social)](https://github.com/ronangr1)
- **Contributors** - *Contributor* - [![GitHub contributors](https://img.shields.io/github/contributors/ronangr1/m2-systemconfigwhodidthislogger.svg?style=flat-square)](https://github.com/ronangr1/M2-SystemConfigWhoDidThisLogger/graphs/contributors)## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) details.
***That's all folks!***