maker-bundle
maker-bundle copied to clipboard
Symfony Maker Bundle
Hi 👋🏻 I come with a fix for the routes generated by the ``make:crud``. Routes with the "id" parameter conflict with other routes created. And since by default an id...
Hello. Thank you for integration of API Platform in `make:entity` command. Probably I have some specific case, but I would like to know how to treat or to fix it....
This PR tries to resolve the issue: https://github.com/symfony/maker-bundle/issues/964 I'm still not sure why `Str::addSuffix` wanted to be sure that suffix is not added twice. So, let someone with bigger knowledge...
Good morning ! I want to automate more my developments in Symfony 4. For that, I wanted to fork the maker-bundle and inject in the template Type.tpl.php the typeFields. However,...
This is an idea originally from @wouterj. Right now, setting up full security includes: * `make:user` * `make:auth` ... and possibly `make:registration-form` and `make:reset-passwrod`. The new `make:security` would be a...
## Summary maker bundle should generate sensible setters to avoid people falling in a common pitfall ## Context As of January 2022, doctrine has a 'logical but confusing' behaviour https://github.com/doctrine/orm/issues/5542...
I'm suggesting to change this line after `php bin/console make:migration`: > Next: Review the new migration "src/Migrations/Version20211030130836.php" to > Next: Review the new migration phpstorm://open?file=/.../src/Migrations/Version20211030130836.php ... if Symfony's `ide` option...
The [EmailVerifier template](https://github.com/symfony/maker-bundle/blob/f76abb1e4facd712a5cdbf35aff998e87c416801/src/Resources/skeleton/verifyEmail/EmailVerifier.tpl.php#L33) for the controller created by `make:registration-form` uses the user's id when sending out the verification email. This id is used in building a URL (by [SymfonyCasts/verify-email-bundle](https://github.com/SymfonyCasts/verify-email-bundle/blob/a4ce2fdbf0e5a67b53a226a788a7812f3af91db7/src/VerifyEmailHelper.php#L57)) for...