We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ea0d37 + f1b46f0 commit 6be6b5eCopy full SHA for 6be6b5e
symfonycasts/reset-password-bundle/1.0/config/packages/reset_password.yaml
@@ -0,0 +1,5 @@
1
+symfonycasts_reset_password:
2
+ # Replace symfonycasts.reset_password.fake_request_repository with the full
3
+ # namespace of the password reset request repository after it has been created.
4
+ # i.e. App\Repository\ResetPasswordRequestRepository
5
+ request_password_repository: symfonycasts.reset_password.fake_request_repository
symfonycasts/reset-password-bundle/1.0/manifest.json
@@ -0,0 +1,8 @@
+{
+ "bundles": {
+ "SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle": ["all"]
+ },
+ "copy-from-recipe": {
6
+ "config/": "%CONFIG_DIR%/"
7
+ }
8
+}
0 commit comments