#Laravel GitScrum
GitScrum is a Laravel 5.3 application to helps teams use Git version control and the Scrum framework in the support for day-to-day task management.
It is very simple, run the command and enjoy
composer create-project renatomarinho/laravel-gitscrum --stability=dev --keep-vcs
Jump to GitHub Application and Database connection
Create a fork and after clone the git repository
git clone [email protected]/xxxxxxx/xxx.git
Go to the project folder
cd GitScrum
Update composer
composer update
First, create a new github app, visit GitHub's New OAuth Application page, fill out the form, and grab your client ID, secret and callback URL.
Application name: gitscrum
Homepage URL: URL (Same as APP_URL at .env)
Application description: gitscrum
Authorization callback URL: http://URL/auth/github/callback
Finally fill the informations in the .env file
APP_URL=xxxxxxxxxxxx.xxx
GITHUB_CLIENT_ID=XXXXX
GITHUB_CLIENT_SECRET=XXXXXXXXXXXXXXXXXX
Fill the information in the .env file
DB_CONNECTION=mysql
DB_HOST=XXXXXX
DB_PORT=3306
DB_DATABASE=XXXXX
DB_USERNAME=XXXX
DB_PASSWORD=XXXXX
and after run the command
php artisan migrate --seed
Containers to run GitScrum : php7, nginx and mysql57
The GitScrum is licensed under the GPL v3 license.
Renato Marinho: Facebook: https://www.facebook.com/renato.marinho / LinkedIn: https://pt.linkedin.com/in/renatomarinho13 / Skype: renatomarinho13
Date Range Picker for Bootstrap
and :) We love GitHub