Костяк
0 parents
Showing
84 changed files
with
2960 additions
and
0 deletions
.bowerrc
0 → 100644
.gitignore
0 → 100644
LICENSE.md
0 → 100644
README.md
0 → 100644
Vagrantfile
0 → 100644
assets/AdminAsset.php
0 → 100644
assets/AppAsset.php
0 → 100644
assets/MainAsset.php
0 → 100644
codeception.yml
0 → 100644
commands/HelloController.php
0 → 100644
commands/RbacController.php
0 → 100644
composer.json
0 → 100644
composer.lock
0 → 100644
This diff could not be displayed because it is too large.
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/AuthController.php
0 → 100644
controllers/SiteController.php
0 → 100644
docker-compose.yml
0 → 100644
mail/layouts/html.php
0 → 100644
migrations/m191025_123812_user.php
0 → 100644
models/ContactForm.php
0 → 100644
models/Image.php
0 → 100644
models/LoginForm.php
0 → 100644
models/Plant.php
0 → 100644
models/PlantImage.php
0 → 100644
models/PlantSearch.php
0 → 100644
models/User.php
0 → 100644
modules/admin/Module.php
0 → 100644
modules/admin/views/default/index.php
0 → 100644
modules/admin/views/layouts/admin.php
0 → 100644
requirements.php
0 → 100644
runtime/.gitignore
0 → 100644
tests/_bootstrap.php
0 → 100644
tests/_data/.gitkeep
0 → 100644
tests/_output/.gitignore
0 → 100644
tests/_support/AcceptanceTester.php
0 → 100644
tests/_support/FunctionalTester.php
0 → 100644
tests/_support/UnitTester.php
0 → 100644
tests/acceptance.suite.yml.example
0 → 100644
tests/acceptance/AboutCest.php
0 → 100644
tests/acceptance/ContactCest.php
0 → 100644
tests/acceptance/HomeCest.php
0 → 100644
tests/acceptance/LoginCest.php
0 → 100644
tests/acceptance/_bootstrap.php
0 → 100644
tests/bin/yii
0 → 100644
tests/bin/yii.bat
0 → 100644
tests/functional.suite.yml
0 → 100644
tests/functional/ContactFormCest.php
0 → 100644
tests/functional/LoginFormCest.php
0 → 100644
tests/functional/_bootstrap.php
0 → 100644
tests/unit.suite.yml
0 → 100644
tests/unit/_bootstrap.php
0 → 100644
tests/unit/models/ContactFormTest.php
0 → 100644
tests/unit/models/LoginFormTest.php
0 → 100644
tests/unit/models/UserTest.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
views/admin/index.php
0 → 100644
views/auth/login.php
0 → 100644
views/layouts/main.php
0 → 100644
views/site/about.php
0 → 100644
views/site/contact.php
0 → 100644
views/site/error.php
0 → 100644
views/site/index.php
0 → 100644
views/site/login.php
0 → 100644
web/.htaccess
0 → 100644
web/assets/.gitignore
0 → 100644
web/favicon.ico
0 → 100644
No preview for this file type
web/index-test.php
0 → 100644
web/index.php
0 → 100644
web/robots.txt
0 → 100644
widgets/Alert.php
0 → 100644
yii
0 → 100644
yii.bat
0 → 100644
-
Please register or sign in to post a comment