diff --git a/app/config/mail.php b/app/config/mail.php index a7151a06..64070e28 100644 --- a/app/config/mail.php +++ b/app/config/mail.php @@ -11,7 +11,7 @@ | sending of e-mail. You may specify which one you're using throughout | your application here. By default, Laravel is setup for SMTP mail. | - | Supported: "smtp", "mail", "sendmail" + | Supported: "smtp", "mail", "sendmail", "mailgun", "mandrill" | */ diff --git a/app/config/services.php b/app/config/services.php new file mode 100644 index 00000000..51fd8792 --- /dev/null +++ b/app/config/services.php @@ -0,0 +1,16 @@ + array( + 'secret' => '', + ), + + 'mandrill' => array( + 'secret' => '', + ), + + 'stripe' => array( + 'model' => 'User', + 'secret' => '', + ), + +); \ No newline at end of file