-
http://localhost/api-template1/rest/web/v1/posts
shows http://prntscr.com/bpfq9v
-
Please provide database so we can easily use it
-
I am using the comments widget with `yii2-scrollpager` where i am loading the comments using the load more button, the problem is that the `delete`,`reply` `cancel-reply` buttons that call the javascr…
-
### Guidelines
- [X] I understand that [if I fail to provide all required details, this issue may be closed without review](https://github.com/mpdf/mpdf/blob/development/.github/CONTRIBUTING.md).
…
-
when I try to install this extension using command below
> composer require --prefer-dist udokmeci/yii2-kont-trevor "*"
it is giving me following error.
> Problem 1
> - The requested pac…
-
Oh man, here is the fix : you will need to modify the file located in the vendor folder
```
the file is located here in your yii
/vendor/bitcko/yii2-bitcko-paypal-api/PayPalRestApi.php
```
…
-
### What steps will reproduce the problem?
Hi, I'm trying to upgrade our backend from version 2.0.12 to 2.0.15.
We have 4 backend machines, running Yii2 REST APIs and when I deploy the upgrade, fr…
-
Hello,
when I do migrate this error appear:
m141207_001649_create_basic_user_permissions
Apply the above migrations? (yes|no) [no]:yes
*** applying m140608_173539_create_user_table
…
-
Hi, I have looked online and in the docs, cant see this issue. When I generate with ./yii gii/api --openApiPath=http://localhost:3000/documentation/json
My base classes all have a broken findModel …
-
Currently to generate crud we have to do the following steps:
1. create migrate.
2. run migrate.
3. create model from gii.
4. create crud from gii.
i suggest execute the following command (o…