HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/payments-gateway/vendor/symfony/maker-bundle/config/help/MakeForm.txt
The <info>%command.name%</info> command generates a new form class.

<info>php %command.full_name% UserForm</info>

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

You can optionally specify the bound class in a second argument.
This can be the name of an entity like <info>User</info>

<info>php %command.full_name% UserForm User</info>

You can also specify a fully qualified name to another class like <info>\App\Dto\UserData</info>.
Slashes must be escaped in the argument.

<info>php %command.full_name% UserForm \\App\\Dto\\UserData</info>