hscstudio/yii2-mailbox Simple Mailbox For Yii 2.0

extension

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:

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

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



1.0.0 is the latest of one release



GPL-3.0+ license
Stats
5 github stars & 7 github forks
0 downloads in the last day
0 downloads in the last 30 days
675 total downloads