-
If user use custom id for fild your client validation vil work inkorrect, can you fix it ?
-
I'm not sure if I do something wrong or what going wrong here but I try to explain.
**general.php**
My aliases
```
'aliases' => [
'@basePath' => getenv('CRAFTENV_BASE_PATH'),
'@baseUr…
-
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…
-
### What steps will reproduce the problem?
So... We have "new" bootstrap... And separated extensions for it.
This package use `yiisoft/yii2-bootstrap` in dependences
composer show --tree
``…
-
I just download the last release and init a project (php init) , then when i want see the frontend index page, my browser show this error:
Fatal error: require(): Failed opening required 'C:\xampp\ht…
-
Hi Kartik, I noticed this in your repository a few a days ago.
Not an issue but thought I would add a couple of ideas for your development.
The description is close to what I need, and very similar …
-
I am trying to add tilelayers combined with the Markercluster plugin.
This is working and provided as documentation:
...
use dosamigos\leaflet\layers\TileLayer;
use dosamigos\leaflet\controls\Laye…
-
One of the issues I have just ran into, is using Yii2 to create a REST API. The official docs lack in this area (and many others). It takes into account, assumptions, that you know where things go. Wh…
-
### What steps will reproduce the problem?
When clicking on the directory of users/people or my own profile I get the following error.
### What is the expected result?
See details of the …
-
Hi there,
I found problem with ActiveQuery. I tired query like this:
``` php
Order::find()->select(['price', 'firstname', 'lastname'])->joinWith('user')->asArray()->all();
```
Exception:
```
excep…