Added update checking, part of #109

This commit is contained in:
James Brooks
2015-11-28 17:35:49 +00:00
parent e46ee644ae
commit b5b60fff45
12 changed files with 180 additions and 18 deletions

View File

@@ -23,6 +23,10 @@ return [
|
*/
'github' => [
'token' => env('GITHUB_TOKEN'),
],
'mailgun' => [
'domain' => env('MAILGUN_DOMAIN'),
'secret' => env('MAILGUN_SECRET'),