A simple mini game based on Symfony 2.6.
No frond-end.
No security.
It is just a few hours implementation.
- Config Vagrant in your local machine
- Mount your project root folder
cd local/path/to/your/project
- Start Vagrant VM
vagrant up
(it will take some time) - SSH to Vagrant
vagrant ssh
- Install dependencies via composer
composer install
- Do not forget legit parameters. Use your local or on VM MySQL
- Try to access
http://game.dev/
) - Expect it works