2016-09-22 22:33:22 +03:00
2016-09-15 23:01:52 +03:00
2016-09-08 20:54:43 +03:00
2016-09-08 20:54:43 +03:00
2016-09-22 22:21:44 +03:00
2016-09-22 21:52:41 +03:00
2016-08-12 17:56:58 +03:00
2016-08-14 01:54:29 +03:00
2016-08-12 17:48:42 +03:00
2016-09-22 22:33:22 +03:00
2016-09-22 21:52:41 +03:00
2016-09-11 00:17:29 +03:00
2016-08-12 17:48:42 +03:00
2016-09-22 22:21:44 +03:00
2016-09-22 21:52:41 +03:00
2016-09-18 19:36:00 +03:00
2016-08-12 17:48:42 +03:00
2016-08-12 17:48:42 +03:00
2016-08-12 17:48:42 +03:00
2016-09-22 21:52:41 +03:00
2016-09-22 21:52:41 +03:00
2016-08-12 17:48:42 +03:00
2016-08-12 17:48:42 +03:00
2016-08-12 17:48:42 +03:00
2016-08-12 18:06:36 +03:00
2016-08-12 17:48:42 +03:00
2016-08-12 18:06:36 +03:00
2016-08-15 01:06:53 +03:00
2016-08-12 17:48:42 +03:00

SmartHome Web Panel & API

This is controller for SmartHome project.

DIRECTORY STRUCTURE

  assets/             contains assets definition
  commands/           contains console commands (controllers)
  config/             contains application configurations
  controllers/        contains Web controller classes
  mail/               contains view files for e-mails
  models/             contains model classes
  runtime/            contains files generated during runtime
  vendor/             contains dependent 3rd-party packages
  views/              contains view files for the Web application
  web/                contains the entry script and Web resources

REQUIREMENTS

The minimum requirement by this project template that your Web server supports PHP 5.4.0.

INSTALLATION

Get project files:

git clone https://github.com/CyanoFresh/SmartHome
cd SmartHome
composer install
php init

Then configure DB in config/db-local.php and run:

php yii migrate

NOTES:

  • Check and edit the other files in the config/ directory to customize your application as required.
Languages
PHP 62.1%
CSS 30.9%
JavaScript 4.6%
Less 2.2%
Batchfile 0.2%