rossaddison/yii2-house2house

This package is abandoned and no longer maintained. No replacement package was suggested.

House to House Management Software eg. Cleaning Services

v1.0.1 2020-05-24 17:45 UTC

This package is auto-updated.

Last update: 2020-09-24 18:44:44 UTC


README

yii2-house2house

Licence

Copyright 2020 House2House BSD-3-Clause

House to House Management Software eg. Cleaning Services

Yii2 License stable Downloads

Composer

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

Frequently Asked Questions ?

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
    
  2. Create databases 0 to 10 adapting common/config/main-local.php. Use utf8mb4_unicode_ci.

  3. Identify the following commands in console/config/main.php

  4. Console/command prompt command setting up admininstrator's database db ie. database 0.

     yii migrate-db-namespaced
    
  5. Console/command prompt command populate databases 1 to 10

     yii migrate-db1
     yii migrate-db2               
    
  6. Insert frontend/config/main.php Swiftmailer settings to signup first user.

  7. Signup first user who will automatically be made active as administrator.

  8. Signup addtional users. The administrator will have to be make them active.

Roles and Permissions Diagram