Questions tagged [yii2-advanced-app]

Yii 2 Advanced Application Template is a skeleton Yii 2 application best for developing complex Web applications with multiple tiers. The template includes three tiers: front end, back end, and console, each of which is a separate Yii application. The template is designed to work in a team development environment. It supports deploying the application in different environments.

##Resources

2222 questions
0
votes
1 answer

yii2 render remaining character in form field

I use jlorente remainingcharacters widget to show remaining character countdown for Inputfield in _form.php: field($model, 'char52', ['showLabels'=>true])->widget(\jlorente\remainingcharacters\RemainingCharacters::classname(), [ …
lzak
  • 3
  • 2
0
votes
3 answers

yii2 REST api for file upload

Im trying to upload a file image/file type from mobile app and store that image in the backend. Im using Yii2 framework API to do this. And im using postman to check the API. Im running the below in my action. /*Uploading documents*/ public…
Salman Riyaz
  • 808
  • 2
  • 14
  • 37
0
votes
1 answer

How to set id for AJAX

I have following Jquery-Script, which works fine outside of yii2