mirror of
https://github.com/CyanoFresh/SmartHomePHP.git
synced 2026-02-20 03:11:26 +01:00
574fc946c2fedddd48e0ee0993b38a9abb40094c
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.
Description
Languages
PHP
62.1%
CSS
30.9%
JavaScript
4.6%
Less
2.2%
Batchfile
0.2%