almeyda/yii2-contact-form

contact form module

dev-master 2020-11-28 21:51 UTC

This package is auto-updated.

Last update: 2024-04-29 04:34:06 UTC


README

Contact form is a simple module for Yii2.

Installation

The preferred way to install this extension is through composer.

Either run

$ php composer.phar require almeyda/yii2-contact-form "*"

or add

"almeyda/yii2-contact-form": "*"

to the required section of your composer.json file.

Usage

Once the extension is installed, modify your application configuration to include:

return [
	'modules' => [
        ...
        'contact' => [
            'class' => 'almeyda\yii2contactform\Module',
        ],
        ...
    ],	
];

License

yii2-contact-form is released under the Apache License 2.0. See the bundled LICENSE.md for details.