-
### What steps will reproduce the problem?
```
class TestForm extends \yii\base\Model
{
public $email;
public function rules()
{
return [['email', 'email']];
}
}
…
-
I am planning to make a major refactor to the module so to make the library more manageable and scalable.
This is what is being planned:
- [ ] Work with current library repository but split i…
-
In the user table, email column is empty, the rest it's fine. This is my web.php configuration:
``` php
'facebook' => [
'class' => 'yii\authclient\clients\Facebook',
…
-
### What steps will reproduce the problem?
1. open restful url http://localhost/api/users/1
return 200 ok
2. open restful url http://localhost/api/users/111111111
return 404 this is nor…
-
Please help me to fix t his issue
When i try to upload file its give me error text "You don't have permissions to browse server"
-
Hello!
Default limit 20,
I set limit ?page=1&per-page=50
but 50 is max value
where i can disable pagination?
-
https://github.com/yiisoft/yii2/issues/6127
-
On the "actual" thing , some info on what happens
running this with the current implementation
```php
$person = new Person([
'person_fname' => 'lapo',
'person_lname' => 'ka…
-
> 2.0.10 was just released and I didn't have the chance to check/updated any pending messages for the Greek language. There must be a way for any translators to be notified for an imminent release, ma…
-
clone widget not working
how can i fix it ?