An open API service indexing awesome lists of open source software.

https://github.com/rossaddison/yii2-house2house

House to House Management Software eg. Cleaning Services
https://github.com/rossaddison/yii2-house2house

backup-database cleaning gocardless google-cloud google-maps-api mysql-database paypal sms subscription translate-api translate-google twilio yii2

Last synced: 4 months ago
JSON representation

House to House Management Software eg. Cleaning Services

Awesome Lists containing this project

README

        

**yii2-house2house**

**Licence**

Copyright 2020 House2House [BSD-3-Clause](/licence.md)

**House to House Management Software eg. Cleaning Services**

[![Yii2](https://img.shields.io/badge/Powered_by-Yii_Framework-green.svg?style=flat)](https://www.yiiframework.com/) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) ![stable](https://img.shields.io/static/v1?label=stable&message=1.0.1&color=9cf) ![Downloads](https://img.shields.io/static/v1?label=Downloads/week&message=8&color=9cf)

**Composer**

"rossaddison\yii2-house2house": "*",

[**Frequently Asked Questions ?**](/md/faq/faqs.md)

**Installation**
1. Clone repository, install composer from composer.org and run the following command at the web root command prompt or click on up8.bat in the web root:

composer update

1. Create databases 0 to 10 adapting [common/config/main-local.php.](/common/config/main-local.php) Use utf8mb4_unicode_ci.
1. Identify the following commands in [console/config/main.php](/console/config/main.php)
1. Console/command prompt command setting up admininstrator's database db ie. database **0**.

yii migrate-db-namespaced

1. Console/command prompt command **populate** databases 1 to 10

yii migrate-db1
yii migrate-db2

1. Insert [frontend/config/main.php](/frontend/config/main.php) Swiftmailer settings to signup first user.
1. Signup first user who will automatically be made active as administrator.
1. Signup addtional users. The administrator will have to be make them active.

[Roles and Permissions Diagram](/downloadfile/Roles%20and%20Permissions.pdf)