reset-password-bundle
Need a killer reset password feature for your Symfony? Us too!
File Explorer
Download Latest Version (.zip)- ci.yaml
- manual-setup.md
- ResetPasswordRemoveExpiredCommand.php
- ResetPasswordControllerTrait.php
- Configuration.php
- SymfonyCastsResetPasswordExtension.php
- ExpiredResetPasswordTokenException.php
- FakeRepositoryException.php
- InvalidResetPasswordTokenException.php
- ResetPasswordExceptionInterface.php
- TooManyPasswordRequestsException.php
- ResetPasswordRandomGenerator.php
- ResetPasswordTokenGenerator.php
- ResetPasswordRequestInterface.php
- ResetPasswordRequestTrait.php
- ResetPasswordToken.php
- ResetPasswordTokenComponents.php
- FakeResetPasswordInternalRepository.php
- ResetPasswordRequestRepositoryTrait.php
- ResetPasswordRequestRepositoryInterface.php
- reset_password_services.php
- ResetPasswordBundle.ar.xlf
- ResetPasswordBundle.ca.xlf
- ResetPasswordBundle.cs.xlf
- ResetPasswordBundle.da.xlf
- ResetPasswordBundle.de.xlf
- ResetPasswordBundle.el.xlf
- ResetPasswordBundle.en.xlf
- ResetPasswordBundle.es.xlf
- ResetPasswordBundle.fa.xlf
- ResetPasswordBundle.fi.xlf
- ResetPasswordBundle.fr.xlf
- ResetPasswordBundle.hu.xlf
- ResetPasswordBundle.id.xlf
- ResetPasswordBundle.it.xlf
- ResetPasswordBundle.ja.xlf
- ResetPasswordBundle.mk.xlf
- ResetPasswordBundle.mn.xlf
- ResetPasswordBundle.nl.xlf
- ResetPasswordBundle.pl.xlf
- ResetPasswordBundle.pt.xlf
- ResetPasswordBundle.ro.xlf
- ResetPasswordBundle.ru.xlf
- ResetPasswordBundle.sk.xlf
- ResetPasswordBundle.sr.xlf
- ResetPasswordBundle.tr.xlf
- ResetPasswordBundle.uk.xlf
- ResetPasswordCleaner.php
- ResetPasswordHelper.php
- ResetPasswordHelperInterface.php
- SymfonyCastsResetPasswordBundle.php
- reset_password.yaml
- routes.yaml
- ResetPasswordController.php
- ResetPasswordRequest.php
- ChangePasswordFormType.php
- ResetPasswordRequestFormType.php
- ResetPasswordRequestRepository.php
- check_email.html.twig
- email.html.twig
- request.html.twig
- reset.html.twig
- ResetPasswordControllerTest.php
- .env
- ResetPasswordTestFixtureRequest.php
- ResetPasswordTestFixtureUser.php
- ResetPasswordTestFixtureRequestRepository.php
- ResetPasswordRemoveExpiredCommandTest.php
- ResetPasswordRequestRepositoryTest.php
- ResetPasswordFunctionalTest.php
- ResetPasswordInterfaceAutowireTest.php
- ResetPasswordServiceDefinitionTest.php
- .gitignore
- ResetPasswordRemoveExpiredCommandTest.php
- ResetPasswordControllerTraitTest.php
- ResetPasswordExceptionTest.php
- TooManyPasswordRequestsExceptionTest.php
- ResetPasswordRandomGeneratorTest.php
- ResetPasswordTokenGeneratorTest.php
- ResetPasswordRequestTraitTest.php
- ResetPasswordTokenComponentsTest.php
- ResetPasswordTokenTest.php
- FakeResetPasswordInternalRepositoryTest.php
- ResetPasswordRequestRepositoryTraitTest.php
- ResetPasswordCleanerTest.php
- ResetPasswordHelperTest.php
- ResetPasswordTestKernel.php
- composer.json
- composer.json
- .gitignore
- .gitattributes
- .gitignore
- .php-cs-fixer.dist.php
- CHANGELOG.md
- composer.json
- LICENSE.md
- phpstan-baseline.neon
- phpstan.dist.neon
- phpunit.xml.dist
- README.md
- UPGRADING.md
π Installation Guide
1. Get the code
git clone https://github.com/SymfonyCasts/reset-password-bundle
Downloads the entire project code from GitHub to your computer.
cd reset-password-bundle
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer require symfonycasts/reset-password-bundle
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
