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.

Return Value

void

at line 31
protected void writeMjmlTemplate()

Write the Markdown template for the mailable.

Return Value

void

at line 50
protected string buildClass(string $name)

Build the class with the given name.

Parameters

string $name

Return Value

string

at line 66
protected string getStub()

Get the stub file for the generator.

Return Value

string

at line 84
protected array getOptions()

Get the console command options.

Return Value

array