Skip to content

nguyentuansieu/yii2-mailbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-mailbox

Simple Mailbox For Yii 2.0

Latest Stable Version Total Downloads Latest Unstable Version License

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist hscstudio/yii2-mailbox "1.0"

or add

"hscstudio/yii2-mailbox": "1.0"

to the require section of your composer.json file.

Database migration

import from mailbox.sql

or

yii migrate --migrationPath=@hscstudio\mailbox\migrations

Usage

Instantly, only access

index.php?r=mailbox

Customize View

we can customize the view by copying the default view @hscstudio/mailbox/views/default to @app/views/mailbox and then add the following config.

'modules' => [
	'mailbox' => [		
		'view' => '@app/views/mailbox',			
	],
],

How to Contribute

This tools is an OpenSource project so your contribution is very welcome.

In order to get started:

  • Install this in your local (read installation section)
  • Clone this repository.
  • Check README.md.
  • Send pull requests.

Aside from contributing via pull requests you may submit issues.

Our Team

We'd like to thank our contributors for improving this tools. Thank you!

Jakarta - Indonesia

About

Simple Mailbox For Yii 2.0

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%