Alex Solomaha 1282b5ed86 Fixes
2016-11-27 18:49:39 +02:00
2016-10-28 21:58:37 +03:00
2016-09-08 20:54:43 +03:00
2016-11-19 22:50:12 +02:00
2016-11-18 23:03:18 +02:00
2016-11-19 22:50:12 +02: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-11-26 22:35:03 +02:00
2016-11-27 16:19:14 +02:00
2016-11-27 18:07:24 +02:00
2016-08-12 17:48:42 +03:00
2016-11-27 18:49:39 +02:00
2016-11-27 18:49:39 +02:00
2016-11-19 22:50:12 +02: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-10-28 21:58:37 +03:00
2016-10-28 21:58:37 +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%