Commit 7d60aa42 authored by Taylor Otwell's avatar Taylor Otwell

Working on configuration files.

parent 0b390e39
...@@ -11,7 +11,7 @@ return array( ...@@ -11,7 +11,7 @@ return array(
| sending of e-mail. You may specify which one you're using throughout | sending of e-mail. You may specify which one you're using throughout
| your application here. By default, Laravel is setup for SMTP mail. | your application here. By default, Laravel is setup for SMTP mail.
| |
| Supported: "smtp", "mail", "sendmail" | Supported: "smtp", "mail", "sendmail", "mailgun", "mandrill"
| |
*/ */
......
<?php return array(
'mailgun' => array(
'secret' => '',
),
'mandrill' => array(
'secret' => '',
),
'stripe' => array(
'model' => 'User',
'secret' => '',
),
);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment