elliotttate / beatsaver-laravel

Rewrite of beatsaver.com (https://github.com/beatsaver/beatsaver) using the laravel framework
https://discord.gg/8B44zqM
MIT License
39 stars 19 forks source link

Add homestead environment for easy development #24

Closed razzeee closed 6 years ago

razzeee commented 6 years ago

Tested on windows 10.

As this is the PC I set this up on, I will try to get it to run on another windows pc in the next days. Tests on linux and macOS would be helpful, but should work fine.

razzeee commented 6 years ago

Tested it on another windows PC and it worked without problems, following the instructions in the readme.

Byorun commented 6 years ago

1) please not PR to the master branch 2) wouldn't it be better to keep the Homestead.yml ignored and add a (e.g) Homestead.yml.quickstart instead? if someone has to change something in that file in order for homestead to work locally, these changes will be overwritten every time they update their branches/forks

razzeee commented 6 years ago
  1. done
  2. makes sense, will change
razzeee commented 6 years ago

updated