composer require tempest/console
finalreadonlyclass Hello
{
publicfunction__construct(privateConsole$console) {}
#[ConsoleCommand]
publicfunctionworld(): void
{
$this->console->writeln('Hello World!');
}
}There was an error while loading. Please reload this page.