Mushahid
Mushahid
Thanks for your prompt response. I got it working. Just one more thing. How to configure angular client ? See in the image. all the paths are not configured correctly?...
App is getting data from your server . I have changed the URL in app.js from https://yii2-rest-githubjeka.c9.io/rest/web to http://localhost:8080/angular-yii2/rest/rest/web/ but still data is coming from your server instead of mine...
Sorry to bother you again. it worked when i deleted my cache. But now when i click on Post published tab it gives me an error of 401 unauthorized and...
@githubjeka I am really thankful to you the way you helped me :). Actually it's my first experience with yii2+rest+angular. So i found your work very much helpful. Don't mind...
I have a scenario where 4 tables needs to be created and updated simultaneously. I am using transactions for creation where id of one table is foreign key of another...