Skip to content

rahul05ranjan/contact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contact

Module for contact us

Cloning module

Clone modules by navigate to your project root folder.

cd modules

git clone https://github.com/rahul05ranjan/contact

The above command will clone module in you module folder named as contact

Configuration

Open web.php file by going config/web.php

Add below lines in web.php.

$config['modules']['contact'] = [
    'class' => 'app\modules\contact\Module',
    'defaultRoute' => 'contact/create'
];
Migration

Move migration from modules folder to your root migration folder. Run php yii migrate

Navigate Url

http://localhost/project/contact

About

Module for contact us

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages