yii2-app-advanced
yii2-app-advanced copied to clipboard
Yii 2.0 Advanced Application Template
### What steps will reproduce the problem? Install yii2-app-advanced following the instructions "Installing using Docker" Run step docker-compose run --rm backend composer install ### What's expected? Get composer install running...
See https://forum.yiiframework.com/t/suite-common-frontend-backend-could-not-be-found/129152
### What steps will reproduce the problem? under docs/guide/shared-hosting or similar ### What's expected? common/config/bootstrap.php should also have paths altered from frontend to www and backend to www/admin environments/index.php should...
This is related to #316. Two proposals below. The proposals are not strongly tested and are for Apache only (I'm not expert in nginx). If you are interested, I can...
### What steps will reproduce the problem? Pushing to the Github repository "https://github.com/abdelilahdahdahi/Engineers-Lens", you can find the issues there ### What's expected? Successful builds for PHP versions 7.4 - 8.0...
| Q | A | ------------- | --- | Is bugfix? | no | New feature? | no | Breaks BC? | no | Tests pass? | yes | Fixed...
Verify email address operation should not log in the user. `Yii::$app->user->login($user)` should be removed from https://github.com/yiisoft/yii2-app-advanced/blob/9117802edcc9bc822f8390dd4147fc93f8ecc296/frontend/controllers/SiteController.php#L230 Only email verification should be done. Once it is verified user should manually login...