laravel-gitscrum
laravel-gitscrum copied to clipboard
works only with github or gitlab?
My question is, this project works only integrated?
You can see the the integration here https://github.com/renatomarinho/laravel-gitscrum/blob/master/app/Classes/Github.php they're pretty simple wrapper classes. If you can translate the terminology to other providers (e.g. bitbucket) then you should be able to integrate it pretty easily.
Frankly speaking this should just use DB logins as another option for logins. I want this to run offline on a local server and this GitHub authentication is a deal breaker. How do I change it to do that easily?
@emahuni did you fix it.?