reset-password-bundle
Need a killer reset password feature for your Symfony? Us too!
파일 탐색기
최종 버전 다운로드 (.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
🚀 설치 가이드
1. 코드 내려받기
git clone https://github.com/SymfonyCasts/reset-password-bundle
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd reset-password-bundle
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. PHP (Composer)
쉬움 추천사전 준비물
composer require symfonycasts/reset-password-bundle
이 명령어를 터미널에 그대로 입력해 실행하세요.
php -S localhost:8000 같은 내장 서버로 실행한 뒤 브라우저에서 http://localhost:8000 으로 접속해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
