Skip to content

Commit

Permalink
Merge branch 'email' of https://github.com/dwightwatson/docs into dwi…
Browse files Browse the repository at this point in the history
…ghtwatson-email
  • Loading branch information
taylorotwell committed Sep 13, 2018
2 parents 80d416b + 1c8b884 commit ace55d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,12 @@ The `readStream` and `writeStream` methods [have been added to the `Illuminate\C

Variables that are dynamically passed to mailable views [are now automatically "camel cased"](https://github.com/laravel/framework/pull/24232), which makes mailable dynamic variable behavior consistent with dynamic view variables. Dynamic mailable variables are not a documented Laravel feature, so likelihood of impact to your application is low.

#### Template Theme

**Likelihood Of Impact: Low**

If you have customized the default theme styles used for the email templates, you will need to re-publish and make your customizations again. The previous button colors have been renamed from 'blue', 'green', and 'red' to 'primary', 'success', and 'error' respectively.

### Routing

#### The `Route::redirect` Method
Expand Down

0 comments on commit ace55d7

Please sign in to comment.