symfony / symfony/maker-bundle
[RFC] Add a make:form:type-extension command
Open
Nobody has claimed this yet.
Feature
RFC
- Dominant language
- PHP
- Stars
- 3.4k
- Forks
- 427
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 20
Description
Hi guys!
This maker command would generates a new (form) type extension class under src/Form/Extension/ and the argument is the extended type class (the class name is derived from it).
What do you think?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing contents and generation conventions under src/Form/Extension/. Define the behavior of the make:form:type-extension command, including how its extended type class argument determines the generated class name; done means the command creates the expected form type extension class there.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100