survos/code-bundle

generate code for Symfony applications

Fund package maintenance!
kbond

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.5.602 2025-07-15 11:36 UTC

This package is auto-updated.

Last update: 2025-07-15 19:27:06 UTC


README

@todo

symfony new --webapp playground && cd playground
composer req survos/code-bundle --dev

General Idea

When making 'controller' (lower-case), we're referring to a method in a Controller class.

Now let's create a simple command.

bin/console survos:make:command app:shout "greet someone, optionally in all caps"