Ini push pertama, yg adminLTE masih copo
parents
Showing
.bowerrc
0 → 100644
.gitignore
0 → 100644
LICENSE.md
0 → 100644
README.md
0 → 100644
Vagrantfile
0 → 100644
backend/assets/AdminLteAsset.php
0 → 100644
backend/assets/AppAsset.php
0 → 100644
backend/assets/FontawesomeAsset.php
0 → 100644
backend/codeception.yml
0 → 100644
backend/config/.gitignore
0 → 100644
backend/config/bootstrap.php
0 → 100644
backend/config/main.php
0 → 100644
backend/config/params.php
0 → 100644
backend/config/test.php
0 → 100644
backend/controllers/DefaultController.php
0 → 100644
backend/controllers/SiteController.php
0 → 100644
backend/models/.gitkeep
0 → 100644
backend/modules.php
0 → 100644
backend/modules/sioc.php
0 → 100644
backend/modules/sioc/Sioc.php
0 → 100644
backend/modules/sioc/views/default/index.php
0 → 100644
backend/modules/views/default/index.php
0 → 100644
backend/runtime/.gitignore
0 → 100644
backend/tests/_bootstrap.php
0 → 100644
backend/tests/_data/.gitignore
0 → 100644
backend/tests/_data/login_data.php
0 → 100644
backend/tests/_output/.gitignore
0 → 100644
backend/tests/_support/.gitignore
0 → 100644
backend/tests/_support/FunctionalTester.php
0 → 100644
backend/tests/_support/UnitTester.php
0 → 100644
backend/tests/functional.suite.yml
0 → 100644
backend/tests/functional/LoginCest.php
0 → 100644
backend/tests/functional/_bootstrap.php
0 → 100644
backend/tests/unit.suite.yml
0 → 100644
backend/tests/unit/_bootstrap.php
0 → 100644
backend/views/default/index.php
0 → 100644
backend/views/layouts/content.php
0 → 100644
backend/views/layouts/footer.php
0 → 100644
backend/views/layouts/header.php
0 → 100644
This diff is collapsed.
Click to expand it.
backend/views/layouts/leftside.php
0 → 100644
backend/views/layouts/login.php
0 → 100644
backend/views/layouts/main.php
0 → 100644
backend/views/layouts/rightside.php
0 → 100644
backend/views/site/error.php
0 → 100644
backend/views/site/index.php
0 → 100644
backend/views/site/login.php
0 → 100644
backend/web/.gitignore
0 → 100644
backend/web/assets/.gitignore
0 → 100644
backend/web/css/site.css
0 → 100644
backend/web/favicon.ico
0 → 100644
File added
backend/web/robots.txt
0 → 100644
codeception.yml
0 → 100644
common/codeception.yml
0 → 100644
common/config/.gitignore
0 → 100644
common/config/bootstrap.php
0 → 100644
common/config/main.php
0 → 100644
common/config/params.php
0 → 100644
common/config/test.php
0 → 100644
common/fixtures/User.php
0 → 100644
common/mail/layouts/html.php
0 → 100644
common/mail/layouts/text.php
0 → 100644
common/mail/passwordResetToken-html.php
0 → 100644
common/mail/passwordResetToken-text.php
0 → 100644
common/models/LoginForm.php
0 → 100644
common/models/User.php
0 → 100644
common/tests/_bootstrap.php
0 → 100644
common/tests/_data/user.php
0 → 100644
common/tests/_output/.gitignore
0 → 100644
common/tests/_support/.gitignore
0 → 100644
common/tests/_support/UnitTester.php
0 → 100644
common/tests/unit.suite.yml
0 → 100644
common/tests/unit/models/LoginFormTest.php
0 → 100644
common/widgets/Alert.php
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "yiisoft/yii2-app-advanced", | ||
"description": "Yii 2 Advanced Project Template", | ||
"keywords": ["yii2", "framework", "advanced", "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.6", | ||
"yiisoft/yii2-bootstrap": "~2.0.0", | ||
"yiisoft/yii2-swiftmailer": "~2.0.0", | ||
"dmstr/yii2-adminlte-asset": "2.*" | ||
}, | ||
"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" | ||
}, | ||
"config": { | ||
"process-timeout": 1800 | ||
}, | ||
"extra": { | ||
"asset-installer-paths": { | ||
"npm-asset-library": "vendor/npm", | ||
"bower-asset-library": "vendor/bower" | ||
} | ||
}, | ||
"scripts": { | ||
"post-install-cmd": "php init --env=Development --overwrite=n" | ||
} | ||
} |
composer.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
console/config/.gitignore
0 → 100644
console/config/bootstrap.php
0 → 100644
console/config/main.php
0 → 100644
console/config/params.php
0 → 100644
console/controllers/.gitkeep
0 → 100644
console/migrations/m130524_201442_init.php
0 → 100644
console/models/.gitkeep
0 → 100644
console/runtime/.gitignore
0 → 100644
environments/dev/backend/web/index-test.php
0 → 100644
environments/dev/backend/web/index.php
0 → 100644
environments/dev/frontend/web/index-test.php
0 → 100644
environments/dev/frontend/web/index.php
0 → 100644
environments/dev/yii
0 → 100644
This diff is collapsed.
Click to expand it.
environments/dev/yii_test
0 → 100644
This diff is collapsed.
Click to expand it.
environments/dev/yii_test.bat
0 → 100644
This diff is collapsed.
Click to expand it.
environments/index.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
environments/prod/backend/web/index.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
environments/prod/frontend/web/index.php
0 → 100644
This diff is collapsed.
Click to expand it.
environments/prod/yii
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/assets/AppAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/codeception.yml
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/config/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/config/bootstrap.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/config/main.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/config/params.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/config/test.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/controllers/SiteController.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/models/ContactForm.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/models/PasswordResetRequestForm.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/models/ResetPasswordForm.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/models/SignupForm.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/runtime/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/tests/_bootstrap.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/tests/_data/login_data.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/tests/_data/user.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/tests/_output/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/tests/_support/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/tests/_support/FunctionalTester.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/tests/_support/UnitTester.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/tests/acceptance.suite.yml.example
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/tests/acceptance/HomeCest.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/tests/acceptance/_bootstrap.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/tests/functional.suite.yml
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/tests/functional/AboutCest.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/tests/functional/ContactCest.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/tests/functional/HomeCest.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/tests/functional/LoginCest.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/tests/functional/SignupCest.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/tests/functional/_bootstrap.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/tests/unit.suite.yml
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/tests/unit/_bootstrap.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
frontend/views/layouts/main.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/views/site/about.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/views/site/contact.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/views/site/error.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/views/site/index.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/views/site/login.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
frontend/views/site/resetPassword.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/views/site/signup.php
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/web/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/web/assets/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/web/css/site.css
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/web/favicon.ico
0 → 100644
This diff is collapsed.
Click to expand it.
frontend/web/robots.txt
0 → 100644
This diff is collapsed.
Click to expand it.
init
0 → 100644
This diff is collapsed.
Click to expand it.
init.bat
0 → 100644
This diff is collapsed.
Click to expand it.
requirements.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.
yii.bat
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment