Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-02-11 | 1.0 kB | |
v4.0.2 source code.tar.gz | 2022-02-11 | 2.3 MB | |
v4.0.2 source code.zip | 2022-02-11 | 2.6 MB | |
Totals: 3 Items | 4.9 MB | 0 |
With this addition, please make use of the updated config values in config/maileclipse.php
. You need to add the following
:::php
/*
|--------------------------------------------------------------------------
| Display Mailable Subject
|--------------------------------------------------------------------------
|
| Set to true this will display the subject of the Mailable instead of Class Name.
| When the config setting is false the namespace/class name is shown
| options: true / false
|
*/
'display_as_subject' => true,
What's Changed
- Merge Master into v3.x branch in https://github.com/Qoraiche/laravel-mail-editor/pull/193
- [3.x] Feature/change table names issue 79 in https://github.com/Qoraiche/laravel-mail-editor/pull/194
- Merge v3 updates in https://github.com/Qoraiche/laravel-mail-editor/pull/198
Full Changelog: https://github.com/Qoraiche/laravel-mail-editor/compare/v4.0.1...v4.0.2