Top "Yii2-advanced-app" questions

Yii 2 Advanced Application Template is a skeleton Yii 2 application best for developing complex Web applications with multiple tiers.

How to create a directory inside a directory in yii2 and upload file into that directory

I have a form <?php $form = ActiveForm::begin(['options' => ['enctype' => 'multipart/form-data']]); ?> <?php echo $form-&…

yii2 yii2-advanced-app yii2-basic-app yii2-model yii2-validation
Deploying Yii2 app to shared host steps

I find it bizarre that there is so little, (if any) details on considerations for deploying a Yii2 app to …

yii2 yii2-advanced-app
How to customize Navbar property in Yii2

I have navigation header like this: <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container-fluid"> &…

css twitter-bootstrap-3 yii2-advanced-app
How to resize image by imagine extension in yii2

I use the bellow function to resize images after upload to show on my post. but it works just for …

yii yii2 yii-extensions yii2-advanced-app
Yii2 password hash

I'd like to know how password hash is generated? // This is my code: $email="[email protected]"; $password="mypassword"; // How …

yii2 yii2-advanced-app yii2-user
Yii2 Nav Bar add images in menu items

Is it possible to add images in Yii2 Bootstrap Nav Bar menu items? In official doc I haven't found any …

yii2 yii2-advanced-app
Yii2 REST giving a 405 on POST, PUT, etc

I'm trying to build a REST API in a Yii2 advanced application for managing simple queries to my database. Following …

yii2 yii2-advanced-app
Yii2 db mysql connection throw ssh port 33060

I have problem with connecting to mysql database throw ssh on port 33060, My conf : return [ 'class' => 'yii\db\Connection', …

php mysql yii2 yii2-advanced-app yii2-basic-app
Yii2 Horizontal form

What I want to do is to change from bootstrap vertical to horizontal form and this is what I've tried: &…

yii2 yii2-advanced-app yii2-basic-app
Yii2 Rest API user authentication

I am implementing Rest API in yii2. I want to authenticate the user using access token. I have referred various …

yii yii2 yii2-advanced-app