2017 © Pedro Peláez
 

yii2-extension yii2-mailbox

Simple Mailbox For Yii 2.0

image

hscstudio/yii2-mailbox

Simple Mailbox For Yii 2.0

  • Wednesday, October 28, 2015
  • by hscstudio
  • Repository
  • 3 Watchers
  • 5 Stars
  • 332 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 2 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

yii2-mailbox

Simple Mailbox For Yii 2.0, (*1)

Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

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

or add, (*5)

"hscstudio/yii2-mailbox": "1.0"

to the require section of your composer.json file., (*6)

Database migration

import from mailbox.sql, (*7)

or, (*8)

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

Usage

Instantly, only access, (*9)

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., (*10)

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

How to Contribute

This tools is an OpenSource project so your contribution is very welcome., (*11)

In order to get started:, (*12)

  • 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., (*13)

Our Team

We'd like to thank our contributors for improving this tools. Thank you!, (*14)

Jakarta - Indonesia, (*15)

The Versions

28/10 2015

dev-master

9999999-dev

Simple Mailbox For Yii 2.0

  Sources   Download

GPL-3.0+

The Requires

 

extension yii2

16/06 2015

1.0.0

1.0.0.0

Simple Mailbox For Yii 2.0

  Sources   Download

GPL-3.0+

The Requires

 

extension yii2