first commit
parents
Showing
.bowerrc
0 → 100644
.gitignore
0 → 100644
LICENSE.md
0 → 100644
README.md
0 → 100644
Vagrantfile
0 → 100644
backend/assets/AppAsset.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/SiteController.php
0 → 100644
backend/models/.gitkeep
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/layouts/main.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
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/UserFixture.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" | ||
| }, | ||
| "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, | ||
| "fxp-asset":{ | ||
| "installer-paths": { | ||
| "npm-asset-library": "vendor/npm", | ||
| "bower-asset-library": "vendor/bower" | ||
| } | ||
| } | ||
| } | ||
| } |
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/backend/web/robots.txt
0 → 100644
environments/dev/frontend/web/index-test.php
0 → 100644
environments/dev/frontend/web/index.php
0 → 100644
environments/dev/frontend/web/robots.txt
0 → 100644
environments/dev/yii
0 → 100644
environments/dev/yii_test
0 → 100644
environments/dev/yii_test.bat
0 → 100644
environments/index.php
0 → 100644
environments/prod/backend/web/index.php
0 → 100644
environments/prod/backend/web/robots.txt
0 → 100644
environments/prod/frontend/web/index.php
0 → 100644
environments/prod/frontend/web/robots.txt
0 → 100644
environments/prod/yii
0 → 100644
frontend/assets/AppAsset.php
0 → 100644
frontend/codeception.yml
0 → 100644
frontend/config/.gitignore
0 → 100644
frontend/config/bootstrap.php
0 → 100644
frontend/config/main.php
0 → 100644
frontend/config/params.php
0 → 100644
frontend/config/test.php
0 → 100644
frontend/controllers/SiteController.php
0 → 100644
frontend/models/ContactForm.php
0 → 100644
frontend/models/PasswordResetRequestForm.php
0 → 100644
frontend/models/ResetPasswordForm.php
0 → 100644
frontend/models/SignupForm.php
0 → 100644
frontend/runtime/.gitignore
0 → 100644
frontend/tests/_bootstrap.php
0 → 100644
frontend/tests/_data/login_data.php
0 → 100644
frontend/tests/_data/user.php
0 → 100644
frontend/tests/_output/.gitignore
0 → 100644
frontend/tests/_support/.gitignore
0 → 100644
frontend/tests/_support/FunctionalTester.php
0 → 100644
frontend/tests/_support/UnitTester.php
0 → 100644
frontend/tests/acceptance.suite.yml.example
0 → 100644
frontend/tests/acceptance/HomeCest.php
0 → 100644
frontend/tests/acceptance/_bootstrap.php
0 → 100644
frontend/tests/functional.suite.yml
0 → 100644
frontend/tests/functional/AboutCest.php
0 → 100644
frontend/tests/functional/ContactCest.php
0 → 100644
frontend/tests/functional/HomeCest.php
0 → 100644
frontend/tests/functional/LoginCest.php
0 → 100644
frontend/tests/functional/SignupCest.php
0 → 100644
frontend/tests/functional/_bootstrap.php
0 → 100644
frontend/tests/unit.suite.yml
0 → 100644
frontend/tests/unit/_bootstrap.php
0 → 100644
frontend/views/layouts/main.php
0 → 100644
frontend/views/site/about.php
0 → 100644
frontend/views/site/contact.php
0 → 100644
frontend/views/site/error.php
0 → 100644
frontend/views/site/index.php
0 → 100644
frontend/views/site/login.php
0 → 100644
frontend/views/site/resetPassword.php
0 → 100644
frontend/views/site/signup.php
0 → 100644
frontend/web/.gitignore
0 → 100644
frontend/web/assets/.gitignore
0 → 100644
frontend/web/css/site.css
0 → 100644
frontend/web/favicon.ico
0 → 100644
File added
init
0 → 100644
init.bat
0 → 100644
requirements.php
0 → 100644
vagrant/config/.gitignore
0 → 100644
vagrant/config/vagrant-local.example.yml
0 → 100644
vagrant/nginx/app.conf
0 → 100644
vagrant/nginx/log/.gitignore
0 → 100644
vagrant/provision/always-as-root.sh
0 → 100644
vagrant/provision/once-as-root.sh
0 → 100644
vagrant/provision/once-as-vagrant.sh
0 → 100644
yii.bat
0 → 100644
Please
register
or
sign in
to comment