hscstudio/yii2-mailbox

Simple Mailbox For Yii 2.0

Installs: 675

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 4

Forks: 7

Open Issues: 2

Type:yii2-extension

1.0.0 2015-06-16 14:33 UTC

This package is auto-updated.

Last update: 2024-04-25 19:55:16 UTC


README

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