This box allows you to quickly start your development without need to configure everything from scratch.
This PhpStorm Base Project is preconfigured for usage with phpstorm/phpstorm-base-vm vagrant box. The box and the project includes:
- PHP 7 interpreter
- Apache Web Server with configured XDebug
- MySQL
- Configured Deployment SFTP server
- PHPUnit
- Behat
- PHPCS
- PHPMD
PHPCS and PHPMD are not yet configured in the project.
- VirtualBox 5.*+
- Vagrant 1.8.*+
- Open the project and start Vagrant box using Tools>Vagrant>Up.
- Place your files inside
html
folder - Open http://192.168.56.102/html inside your browser