Initial Commit
parents
Showing
.bowerrc
0 → 100644
.gitignore
0 → 100644
LICENSE.md
0 → 100644
README.md
0 → 100644
Vagrantfile
0 → 100644
assets/AppAsset.php
0 → 100644
bak/controllers/DaftarruanganController.php
0 → 100644
bak/controllers/DataController.php
0 → 100644
bak/controllers/RoleController.php
0 → 100644
bak/controllers/SiteController.php
0 → 100644
bak/controllers/UserController.php
0 → 100644
bak/models/ContactForm.php
0 → 100644
bak/models/Daftarruangan.php
0 → 100644
bak/models/DaftarruanganSearch.php
0 → 100644
bak/models/Data.php
0 → 100644
bak/models/DataSearch.php
0 → 100644
bak/models/LoginForm.php
0 → 100644
bak/models/Role.php
0 → 100644
bak/models/RoleSearch.php
0 → 100644
bak/models/User.php
0 → 100644
bak/models/UserSearch.php
0 → 100644
bak/views/daftarruangan/_form.php
0 → 100644
bak/views/daftarruangan/_search.php
0 → 100644
bak/views/daftarruangan/create.php
0 → 100644
bak/views/daftarruangan/index.php
0 → 100644
bak/views/daftarruangan/update.php
0 → 100644
bak/views/daftarruangan/view.php
0 → 100644
bak/views/data/_form.php
0 → 100644
bak/views/data/_search.php
0 → 100644
bak/views/data/create.php
0 → 100644
bak/views/data/index.php
0 → 100644
bak/views/data/update.php
0 → 100644
bak/views/data/view.php
0 → 100644
bak/views/layouts/blank.php
0 → 100644
bak/views/layouts/content.php
0 → 100644
bak/views/layouts/header.php
0 → 100644
bak/views/layouts/left.php
0 → 100644
bak/views/layouts/main-login.php
0 → 100644
bak/views/layouts/main.php
0 → 100644
bak/views/role/_form.php
0 → 100644
bak/views/role/_search.php
0 → 100644
bak/views/role/create.php
0 → 100644
bak/views/role/index.php
0 → 100644
bak/views/role/update.php
0 → 100644
bak/views/role/view.php
0 → 100644
bak/views/site/about.php
0 → 100644
bak/views/site/contact.php
0 → 100644
bak/views/site/error.php
0 → 100644
bak/views/site/index.php
0 → 100644
bak/views/site/login.php
0 → 100644
bak/views/site/streaming.php
0 → 100644
bak/views/site/wemos.php
0 → 100644
bak/views/user/_form.php
0 → 100644
bak/views/user/_search.php
0 → 100644
bak/views/user/create.php
0 → 100644
bak/views/user/index.php
0 → 100644
bak/views/user/update.php
0 → 100644
bak/views/user/view.php
0 → 100644
codeception.yml
0 → 100644
commands/HelloController.php
0 → 100644
composer-setup.php
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
composer.json
0 → 100644
| { | ||
| "name": "yiisoft/yii2-app-basic", | ||
| "description": "Yii 2 Basic Project Template", | ||
| "keywords": ["yii2", "framework", "basic", "project template"], | ||
| "homepage": "http://www.yiiframework.com/", | ||
| "type": "project", | ||
| "license": "BSD-3-Clause", | ||
| "support": { | ||
| "issues": "https://github.com/yiisoft/yii2/issues?state=open", | ||
| "forum": "http://www.yiiframework.com/forum/", | ||
| "wiki": "http://www.yiiframework.com/wiki/", | ||
| "irc": "irc://irc.freenode.net/yii", | ||
| "source": "https://github.com/yiisoft/yii2" | ||
| }, | ||
| "minimum-stability": "stable", | ||
| "require": { | ||
| "php": ">=5.4.0", | ||
| "yiisoft/yii2": "~2.0.14", | ||
| "yiisoft/yii2-bootstrap": "~2.0.0", | ||
| "yiisoft/yii2-swiftmailer": "~2.0.0", | ||
| "slim/slim": "^3.0", | ||
| "miloschuman/yii2-highcharts-widget": "dev-master", | ||
| "2amigos/yii2-highcharts-widget": "~1.0", | ||
| "kartik-v/yii2-widget-datepicker": "@dev", | ||
| "mongosoft/yii2-upload-behavior": "*", | ||
| "mdmsoft/yii2-upload-file": "*", | ||
| "dmstr/yii2-adminlte-asset": "^2.1", | ||
| "2amigos/yii2-date-picker-widget": "~1.0", | ||
| "phpnt/yii2-chartjs": "*", | ||
| "ratacibernetica/yii2-node-socket": "^1.0", | ||
| "kartik-v/yii2-icons": "@dev", | ||
| "kartik-v/yii2-widget-timepicker": "*", | ||
| "2amigos/yii2-date-time-picker-widget": "~1.0", | ||
| "kartik-v/yii2-widget-datetimepicker": "*", | ||
| "yii2mod/yii2-rbac": "*" | ||
| }, | ||
| "require-dev": { | ||
| "yiisoft/yii2-debug": "~2.0.0", | ||
| "yiisoft/yii2-gii": "~2.0.0", | ||
| "yiisoft/yii2-faker": "~2.0.0", | ||
| "codeception/base": "^2.2.3", | ||
| "codeception/verify": "~0.3.1", | ||
| "codeception/specify": "~0.4.3" | ||
| }, | ||
| "config": { | ||
| "process-timeout": 1800, | ||
| "fxp-asset": { | ||
| "enabled": false | ||
| } | ||
| }, | ||
| "scripts": { | ||
| "post-install-cmd": [ | ||
| "yii\\composer\\Installer::postInstall" | ||
| ], | ||
| "post-create-project-cmd": [ | ||
| "yii\\composer\\Installer::postCreateProject", | ||
| "yii\\composer\\Installer::postInstall" | ||
| ] | ||
| }, | ||
| "extra": { | ||
| "yii\\composer\\Installer::postCreateProject": { | ||
| "setPermission": [ | ||
| { | ||
| "runtime": "0777", | ||
| "web/assets": "0777", | ||
| "yii": "0755" | ||
| } | ||
| ] | ||
| }, | ||
| "yii\\composer\\Installer::postInstall": { | ||
| "generateCookieValidationKey": [ | ||
| "config/web.php" | ||
| ] | ||
| } | ||
| }, | ||
| "repositories": [ | ||
| { | ||
| "type": "composer", | ||
| "url": "https://asset-packagist.org" | ||
| } | ||
| ] | ||
| } |
composer.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
config/console.php
0 → 100644
config/db.php
0 → 100644
config/params.php
0 → 100644
config/test.php
0 → 100644
config/test_db.php
0 → 100644
config/web.php
0 → 100644
controllers/DaftarruanganController.php
0 → 100644
controllers/DataController.php
0 → 100644
controllers/RoleController.php
0 → 100644
controllers/SiteController.php
0 → 100644
controllers/UserController.php
0 → 100644
docker-compose.yml
0 → 100644
This diff is collapsed.
Click to expand it.
mail/layouts/html.php
0 → 100644
This diff is collapsed.
Click to expand it.
models/ContactForm.php
0 → 100644
This diff is collapsed.
Click to expand it.
models/Daftarruangan.php
0 → 100644
This diff is collapsed.
Click to expand it.
models/DaftarruanganSearch.php
0 → 100644
This diff is collapsed.
Click to expand it.
models/Data.php
0 → 100644
This diff is collapsed.
Click to expand it.
models/DataSearch.php
0 → 100644
This diff is collapsed.
Click to expand it.
models/LoginForm.php
0 → 100644
This diff is collapsed.
Click to expand it.
models/Role.php
0 → 100644
This diff is collapsed.
Click to expand it.
models/RoleSearch.php
0 → 100644
This diff is collapsed.
Click to expand it.
models/User.php
0 → 100644
This diff is collapsed.
Click to expand it.
models/UserSearch.php
0 → 100644
This diff is collapsed.
Click to expand it.
requirements.php
0 → 100644
This diff is collapsed.
Click to expand it.
runtime/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
sqlyog.err
0 → 100644
This diff is collapsed.
Click to expand it.
ta.sql
0 → 100644
This diff is collapsed.
Click to expand it.
ta2.sql
0 → 100644
This diff is collapsed.
Click to expand it.
tests/_bootstrap.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/_data/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
tests/_output/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
tests/_support/AcceptanceTester.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/_support/FunctionalTester.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/_support/UnitTester.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/acceptance.suite.yml.example
0 → 100644
This diff is collapsed.
Click to expand it.
tests/acceptance/AboutCest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/acceptance/ContactCest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/acceptance/HomeCest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/acceptance/LoginCest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/acceptance/_bootstrap.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/bin/yii
0 → 100644
This diff is collapsed.
Click to expand it.
tests/bin/yii.bat
0 → 100644
This diff is collapsed.
Click to expand it.
tests/functional.suite.yml
0 → 100644
This diff is collapsed.
Click to expand it.
tests/functional/ContactFormCest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/functional/LoginFormCest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/functional/_bootstrap.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/unit.suite.yml
0 → 100644
This diff is collapsed.
Click to expand it.
tests/unit/_bootstrap.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/unit/models/ContactFormTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/unit/models/LoginFormTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/unit/models/UserTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
vagrant/config/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
vagrant/config/vagrant-local.example.yml
0 → 100644
This diff is collapsed.
Click to expand it.
vagrant/nginx/app.conf
0 → 100644
This diff is collapsed.
Click to expand it.
vagrant/nginx/log/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
vagrant/provision/always-as-root.sh
0 → 100644
This diff is collapsed.
Click to expand it.
vagrant/provision/once-as-root.sh
0 → 100644
This diff is collapsed.
Click to expand it.
vagrant/provision/once-as-vagrant.sh
0 → 100644
This diff is collapsed.
Click to expand it.
views/daftarruangan/_form.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/daftarruangan/_search.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/daftarruangan/create.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/daftarruangan/index.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/daftarruangan/update.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/daftarruangan/view.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/data/_form.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/data/_search.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/data/create.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/data/index.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/data/update.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/data/view.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/layouts/blank.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/layouts/content.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/layouts/header.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/layouts/left.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/layouts/main-login.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/layouts/main.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/role/_form.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/role/_search.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/role/create.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/role/index.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/role/update.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/role/view.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/site/about.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/site/close.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/site/contact.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/site/error.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/site/index.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/site/login.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/site/open.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/site/streaming.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/site/wemos.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/user/_form.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/user/_search.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/user/create.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/user/index.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/user/update.php
0 → 100644
This diff is collapsed.
Click to expand it.
views/user/view.php
0 → 100644
This diff is collapsed.
Click to expand it.
web/assets/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
web/css/site.css
0 → 100644
This diff is collapsed.
Click to expand it.
web/favicon.ico
0 → 100644
This diff is collapsed.
Click to expand it.
web/highcharts/exporting.js
0 → 100644
This diff is collapsed.
Click to expand it.
web/highcharts/highcharts.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
web/index-test.php
0 → 100644
This diff is collapsed.
Click to expand it.
web/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
web/index.php
0 → 100644
This diff is collapsed.
Click to expand it.
web/robots.txt
0 → 100644
This diff is collapsed.
Click to expand it.
widgets/Alert.php
0 → 100644
This diff is collapsed.
Click to expand it.
yii
0 → 100644
This diff is collapsed.
Click to expand it.
yii.bat
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment