php bin/console make:message

Creates a new message and handler

Usage

make:message [<name>]

Arguments

name   The name of the message class (e.g. <fg=yellow>SendEmailMessage</>) 

Help

The make:message command generates a new message class & handler.

php bin/console make:message EmailMessage

If the argument is missing, the command will ask for the message class interactively.