-
**What type of your feature request?**
refer to: https://github.com/chendelin1982/awesome-php/tree/master#frameworks
- [ ] [symfony](https://github.com/symfony/symfony) 27k
- [ ] https://gith…
-
I wish we have template configuration for `phpunit`, `travis` etc and etc. Also we have `TestCase` base class and `composer.json` with `require-dev` section.
-
### What steps will reproduce the problem?
1. Download yii2-basic
2. Set up errorHandler/errorAction to site/error in web.php
3. Remove default settings in SiteController (delete actions())
4. Cre…
-
Hi everyone!
I trying to use Yii Migrations with the follow command:
`./yii migrate/create migration_name`
and the Migration Tool return the error below:
```
PHP Notice 'yii\base\ErrorExc…
-
Hi mans! That good end year?
The GII powered fantastic for every cases, by prototipations, by scaffolding, by simples cruds massive in the long projects, by generete finale code...
If the codeecepti…
-
I have found there are a lot of things that are just waste and somone can install what he want (all plotting stuffs et al,) plus duplication of things like Jquery which Yii2 already bundles. I suggest…
-
### What steps will reproduce the problem?
Run these commands:
```
composer create-project --prefer-dist yiisoft/yii2-app-basic basic
cd basic
touch sessiondb.db
sqlite3 sessiondb.db "CREATE T…
-
### What steps will reproduce the problem?
In IDE, I have to emphasize that the view does not exist. However, it exists and works what I checked by running the application.
The controller is in the …
-
Creating user roles will allow the user with administrative rights to change the balance and edit the information of other users.
## UI:
• Clients -
• Administrator -
## Data Structure:
#…
-
If in one action to send 2 or more emails
for example:
`Yii::$app->mail->compose()
->setTo('FIRST@MAIL.RU')
->setSubject('subject')
->send();`
and
`Yii::$app->mail…