Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 921 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 921 Bytes

official JetBrains project

phpstorm-base-project

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.

Prerequistics

  • VirtualBox 5.*+
  • Vagrant 1.8.*+

How to start

  • 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

License

Apache 2