php bin/console make:stimulus-controller

Creates a new Stimulus controller

Usage

make:stimulus-controller <name>

Arguments

name   The name of the Stimulus controller (e.g. <fg=yellow>hello</>) 

Help

The make:stimulus-controller command generates new Stimulus Controller.

php bin/console make:stimulus-controller hello

If the argument is missing, the command will ask for the controller name interactively.