yii2-app-basic icon indicating copy to clipboard operation
yii2-app-basic copied to clipboard

Yii 2.0 Basic Application Template

Results 12 yii2-app-basic issues
Sort by recently updated
recently updated
newest added

| Q | A | ------------- | --- | Is bugfix? | yes/no | New feature? | no | Breaks BC? | no | Tests pass? | yes | Fixed...

| Q | A | ------------- | --- | Is bugfix? | yes | New feature? | no | Breaks BC? | yes/no | Tests pass? | yes | Fixed...

#262 updated Bootstrap version, but not updated HTML in views.

Дело в том, что он всегда стартует сессию. А это неверное поведение. Мое мнение, что не нужно запускать сессию, если на то нет явных причин. На строке 52 https://github.com/yiisoft/yii2-app-basic/blob/master/widgets/Alert.php#L52 Требуется...

This is not a question. It is an issue pointing out the inconsistencies between this project, the yii2 testing documentation and other yii2 components, which have resulted in costing developers...

type:docs
status:ready for adoption

### What steps will reproduce the problem? 1. Re-run `migration up` after a partially complete migration due to an error (eg. table already exists) 2. Attempt to run migration: ```...

type:bug

### What steps will reproduce the problem? Try to install the basic app template, using composer with PHP 7.4.30. ### What's expected? I'd expect the basic app template installed. ###...

### What steps will reproduce the problem? console run: vendor/bin/codecept run unit ### What's expected? codeception not work ### What do you get instead? PHP Parse error: syntax error, unexpected...

I wanted to understand how testing works with Yii2. I cannot run the acceptance tests. I am refering to the section _Running acceptance tests_ the `README`of this application template repository....

type:docs
status:ready for adoption
good first issue