hscstudio / yii2-mailbox
Simple Mailbox For Yii 2.0
Installs: 679
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 4
Forks: 7
Open Issues: 2
Type:yii2-extension
Requires
This package is auto-updated.
Last update: 2024-10-25 21:10:04 UTC
README
Simple Mailbox For Yii 2.0
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
- Hafid Mukhlasin - Project Leader / Indonesian Yii developer.
We'd like to thank our contributors for improving this tools. Thank you!
Jakarta - Indonesia