maker-bundle
maker-bundle copied to clipboard
Symfony Maker Bundle
fixes #653 refs: - https://github.com/SymfonyCasts/reset-password-bundle/pull/318 - https://github.com/SymfonyCasts/reset-password-bundle/issues/110
Hi 😄, It would be great if we could handle multiple entities with this Reset Password. @jrushlow said : > [...] But off the top of my head, the `reset_password.yaml`...
Reopening #1406 In the MakeAuthenticator class, a new optional argument 'support-throttling' was added. This allows the user to specify if they want to enable throttling protection during the authentication generation...
Hi! I posted this in main Symfony repo a few days ago and it was closed because it is not a feature, but I was asked to post it here,...
Nothing to see here yet... see - https://github.com/symfony/symfony-docs/pull/19793 I'm not sure if we _should_ do this yet... Maker has a "leg up" on the other `symfony/*` bundles because we're a...
Hi, I have the following issue on Windows with cmd and phpStorm terminal. I try to reinstall wamp and composer but nothing work. On my second computer php cli work...
https://github.com/symfony/maker-bundle/blob/f7ee2503fbea634f2e8c30170a8ad8bd0e3d378f/src/Maker/MakeEntity.php#L309 I believe `$manipulatorOrMessage` is always an instance of `ClassSourceManipulator` but I may be wrong. This could be an artifact leftover from previous versions where we did display a message....
Following the message https://github.com/symfony/maker-bundle/pull/1474#issuecomment-2027716072, I made some modifications
- Adds failing tests for #1479 - I suspect there is no easy fix, maybe not a desired one. - I would need some direction ;)
I cannot create an entity called "Locale" on a freshly bootstrapped Symfony project. ``` symfony new app --version="7.0.*" cd app composer require symfony/maker-bundle composer require symfony/orm-pack ./bin/console make:entity Locale ```...