Small demo for Sitepoint article.
##Installation
- Clone the repo to your computer.
- run
composer updateto update your packages. - run
vagrant upto create your vm. You can use./artisan serveif you are a laravel fan ;) - Your hosts file should map (vaprobash.dev => 192.168.22.10)
- Create
.envfile in your root directory and update keys.GITHUB_EMAIL. (Only when testing/authorizationpage).GITHUB_PASSWORD. (Only when testing/authorizationpage).GITHUB_USERNAME.GITHUB_TOKEN.