Skip to content

willarin/yii2-contact-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yii2 contact form

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.

About

Simple contact form functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages