MailMakeCommand
class MailMakeCommand extends MailMakeCommand
Methods
void
handle()
Execute the console command.
void
writeMjmlTemplate()
Write the Markdown template for the mailable.
string
buildClass(string $name)
Build the class with the given name.
string
getStub()
Get the stub file for the generator.
array
getOptions()
Get the console command options.
Details
at line 15
void
handle()
Execute the console command.
at line 31
protected void
writeMjmlTemplate()
Write the Markdown template for the mailable.
at line 50
protected string
buildClass(string $name)
Build the class with the given name.
at line 66
protected string
getStub()
Get the stub file for the generator.
at line 84
protected array
getOptions()
Get the console command options.