add_balance

This commit is contained in:
SoHardKI
2019-06-21 18:05:58 +03:00
parent 0727013ddd
commit 1b088402df
313 changed files with 543 additions and 25 deletions

0
frontend/assets/AppAsset.php Normal file → Executable file
View File

0
frontend/codeception.yml Normal file → Executable file
View File

0
frontend/config/.gitignore vendored Normal file → Executable file
View File

0
frontend/config/bootstrap.php Normal file → Executable file
View File

1
frontend/config/main.php Normal file → Executable file
View File

@@ -14,6 +14,7 @@ return [
'components' => [
'request' => [
'csrfParam' => '_csrf-frontend',
'baseUrl' => '',
],
'user' => [
'identityClass' => 'common\models\User',

0
frontend/config/params.php Normal file → Executable file
View File

0
frontend/config/test.php Normal file → Executable file
View File

0
frontend/controllers/SiteController.php Normal file → Executable file
View File

0
frontend/models/ContactForm.php Normal file → Executable file
View File

0
frontend/models/PasswordResetRequestForm.php Normal file → Executable file
View File

0
frontend/models/ResetPasswordForm.php Normal file → Executable file
View File

0
frontend/models/SignupForm.php Normal file → Executable file
View File

0
frontend/runtime/.gitignore vendored Normal file → Executable file
View File

0
frontend/tests/_bootstrap.php Normal file → Executable file
View File

0
frontend/tests/_data/login_data.php Normal file → Executable file
View File

0
frontend/tests/_data/user.php Normal file → Executable file
View File

0
frontend/tests/_output/.gitignore vendored Normal file → Executable file
View File

0
frontend/tests/_support/.gitignore vendored Normal file → Executable file
View File

0
frontend/tests/_support/FunctionalTester.php Normal file → Executable file
View File

0
frontend/tests/_support/UnitTester.php Normal file → Executable file
View File

0
frontend/tests/acceptance.suite.yml.example Normal file → Executable file
View File

0
frontend/tests/acceptance/HomeCest.php Normal file → Executable file
View File

0
frontend/tests/acceptance/_bootstrap.php Normal file → Executable file
View File

0
frontend/tests/functional.suite.yml Normal file → Executable file
View File

0
frontend/tests/functional/AboutCest.php Normal file → Executable file
View File

0
frontend/tests/functional/ContactCest.php Normal file → Executable file
View File

0
frontend/tests/functional/HomeCest.php Normal file → Executable file
View File

0
frontend/tests/functional/LoginCest.php Normal file → Executable file
View File

0
frontend/tests/functional/SignupCest.php Normal file → Executable file
View File

0
frontend/tests/functional/_bootstrap.php Normal file → Executable file
View File

0
frontend/tests/unit.suite.yml Normal file → Executable file
View File

0
frontend/tests/unit/_bootstrap.php Normal file → Executable file
View File

0
frontend/tests/unit/models/ContactFormTest.php Normal file → Executable file
View File

View File

0
frontend/tests/unit/models/ResetPasswordFormTest.php Normal file → Executable file
View File

0
frontend/tests/unit/models/SignupFormTest.php Normal file → Executable file
View File

0
frontend/views/layouts/main.php Normal file → Executable file
View File

0
frontend/views/site/about.php Normal file → Executable file
View File

0
frontend/views/site/contact.php Normal file → Executable file
View File

0
frontend/views/site/error.php Normal file → Executable file
View File

0
frontend/views/site/index.php Normal file → Executable file
View File

0
frontend/views/site/login.php Normal file → Executable file
View File

0
frontend/views/site/requestPasswordResetToken.php Normal file → Executable file
View File

0
frontend/views/site/resetPassword.php Normal file → Executable file
View File

0
frontend/views/site/signup.php Normal file → Executable file
View File

0
frontend/web/.gitignore vendored Normal file → Executable file
View File

0
frontend/web/.htaccess Normal file → Executable file
View File

0
frontend/web/assets/.gitignore vendored Normal file → Executable file
View File

0
frontend/web/css/site.css Normal file → Executable file
View File

0
frontend/web/favicon.ico Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 318 B

After

Width:  |  Height:  |  Size: 318 B

0
frontend/web/media/upload/.gitignore vendored Normal file → Executable file
View File