First set of upgrade to 5.3 stuff.

This commit is contained in:
James Cole
2016-09-16 06:19:40 +02:00
parent 3aad78e6ef
commit 3d25fd79ca
54 changed files with 1365 additions and 1044 deletions

8
config/mail.php Normal file → Executable file
View File

@@ -1,6 +1,4 @@
<?php
declare(strict_types = 1);
return [
@@ -13,7 +11,8 @@ return [
| 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", "mailgun", "mandrill", "ses", "log"
| Supported: "smtp", "mail", "sendmail", "mailgun", "mandrill",
| "ses", "sparkpost", "log"
|
*/
@@ -56,7 +55,8 @@ return [
|
*/
'from' => ['address' => env('MAIL_FROM', null), 'name' => 'Firefly III Mailer'],
'from' => ['address' => env('MAIL_FROM', 'noreply@example.com'), 'name' => 'Firefly III Mailer'],
/*
|--------------------------------------------------------------------------