This commit is contained in:
Naser Mansour 2026-01-28 16:48:32 +02:00
parent d51688aa2b
commit 4283944f33
1 changed files with 18 additions and 0 deletions

View File

@ -115,4 +115,22 @@ return [
'name' => env('MAIL_FROM_NAME', 'Example'),
],
/*
|--------------------------------------------------------------------------
| Markdown Mail Settings
|--------------------------------------------------------------------------
|
| If you are using Markdown based email rendering, you may configure your
| theme and component paths here, allowing you to customize the design
| of the emails. Or, you may simply stick with the Laravel defaults!
|
*/
'markdown' => [
'theme' => 'default',
'paths' => [
resource_path('views/vendor/mail'),
],
],
];