angular-yii2 icon indicating copy to clipboard operation
angular-yii2 copied to clipboard

Just example of application on AngularJS with server-side Yii2 Rest API.

Results 4 angular-yii2 issues
Sort by recently updated
recently updated
newest added

Hi, If you please put url, like how we should access this on localhot, that would be also great. Thanks

question

My application structure is /var/www/html/angular-yii2/ |-client-angular |-rest My url should be http://localhost/angular-yii2/client-angular/ but, when I access that url the page redirect to http://localhost/404. How to prevent this issue without I...

Hi, Whenever i tried to access api i get this response {"name":"Not Found","message":"Page not found.","code":0,"status":404,"type":"yii\web\NotFoundHttpException"} I want to know how to fully access an API by passing username and password...

question

Hi I would like to know how to authenticate the logged in user to access certain api. If i want to simulate that, which value and where should I put...

question