Tutorial: Integrating a LAMP virtual machine for debugging with PHPStorm and SQLYog

Channel:
Subscribers:
63,000
Published on ● Video Link: https://www.youtube.com/watch?v=PTCWB3Pj3oM



Category:
Tutorial
Duration: 40:24
1,597 views
24


In the last episode:
https://youtu.be/qBUcbqBwPuE
we setup a LAMP (Linux, Apache, MySQL, PHP) virtual machine (VM) on Windows using Vagrant and VirtualBox. The LAMP stack we used is:
https://github.com/r8/vagrant-lamp

-------------------------------------------------------------
In this episode we now integrate our development environment with your development tools. In my case I'm using PhpStorm for the code devlopment and SQLYog for the MySQL integration. Both these programs are commercial but excellent for what they do. Also we have a quick look at how debugging can work within PHPStorm using PHP's Xdebug.

The FireFox plugins I mention are:
The Easiest Xdebug https://addons.mozilla.org/en-GB/firefox/addon/the-easiest-xdebug/
Cache Toggle https://addons.mozilla.org/en-GB/firefox/addon/cachetoggle/

If you are here just to see how to connect MySQL to your local environment this is covered in about the last 5 minutes of the video, so zoom ahead to that. :)

I'm a certified nub when it comes to setting up PHPStorm so if you have a better/different way of handling this please write a comment. :)

I also refer to IDE as Integrated Design Environment at the start of the video. This should be Integrated Development Environment. I have seen these terms used interchangeably but I think 'development' is the more correct term.







Tags:
vagrant
virtualbox
phpstorm
php
mysql
sqlyog