Laravel's HasLocalePreference: Writing PHPUnit Tests for Notifiable's Default Locale
Background: How to define default Locale for Notifiable
Since Laravel 5.7.7, you can set the preferred locale on a Notifiable. In other words, you can define the default locale that will be used for every Notification (or email) sent to a given User ...
annissimo.com2 min read