We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f748ec commit 443d8b1Copy full SHA for 443d8b1
src/ReactEmailServiceProvider.php
@@ -20,6 +20,7 @@ public function configurePackage(Package $package): void
20
$package
21
->name('laravel-react-email')
22
->hasConfigFile()
23
+ ->hasViews()
24
->hasCommands([
25
MakeReactEmailCommand::class,
26
BuildReactEmailsCommand::class,
0 commit comments