Yii v2 snippet guide III

Comparing #63 with #64

Revision #64 was created by rackycz rackycz on Mar 24, 2021, 4:36:18 PM.

Vagrant and PhpStorm

Content

[...]
xdebug.remote_log=/var/www/public/xdebug.log
xdebug.remote_connect_back=1
xdebug.idekey=netbeans-xdebug

// Important: Make sure that your IDE has identical settings: idekey and remote_port.
#// NetBeans: Make sure your project is correctly setup. Right-click the project and select Properties / Run Cofigurations. "Project URL" and "Index file" must have correct values. ``` To debug in PhpStorm check [this video](https://youtu.be/8r77ys2r4ww?t=450).
 
 
**Installing and using Vagrant:**

First install Vagrant and VirtualBox, please.

Note: Sadly, these days VirtualBox does not work on the ARM-based Macs with the M1 chip. Use Docker in that case.
[...]