Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!***