Working on configuration files.
This commit is contained in:
@@ -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"
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
16
app/config/services.php
Normal file
16
app/config/services.php
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<?php return array(
|
||||||
|
|
||||||
|
'mailgun' => array(
|
||||||
|
'secret' => '',
|
||||||
|
),
|
||||||
|
|
||||||
|
'mandrill' => array(
|
||||||
|
'secret' => '',
|
||||||
|
),
|
||||||
|
|
||||||
|
'stripe' => array(
|
||||||
|
'model' => 'User',
|
||||||
|
'secret' => '',
|
||||||
|
),
|
||||||
|
|
||||||
|
);
|
||||||
Reference in New Issue
Block a user