-
2016/08/24, 第十循环第二次, 总第四十七期 -> @arrowrowe
投稿:
- [x] @at15
- [ ] @swaylq
- [x] @arrowrowe
- [x] @ComMouse
- [x] @gaocegege
- [ ] @LukeXuan
-
Here a code that works normal in laravel 5.2
```
$user = \App\Models\User::find(1);
$data = [
'previewMessage' => 'Your account have been successfully created',
'user' => $user,
];
…
-
- Laravel Version: 5.3
- PHP Version: 7.0.10
### Description:
After upgrading to laravel 5.3 all outgoing mail stopped working. I couldn't see anything in the upgrade docs about this type of thing, s…