DoctrineEnumBundle
π¦ Provides support of ENUM type for Doctrine in Symfony applications.
νμΌ νμκΈ°
μ΅μ’ λ²μ λ€μ΄λ‘λ (.zip)- ci.yaml
- CODEOWNERS
- CONTRIBUTING.md
- FUNDING.yml
- Project_Default.xml
- Composer_install.xml
- Composer_update.xml
- Run_CI_Pack.xml
- Run_docker_composer.xml
- Run_unit_tests.xml
- DoctrineEnumBundle.iml
- modules.xml
- php-test-framework.xml
- php.xml
- phpunit.xml
- EnumDropCommentCommand.php
- AbstractEnumType.php
- DayOfWeekFullNameType.php
- DayOfWeekShortNameType.php
- MonthFullNameType.php
- MonthShortNameType.php
- RegisterEnumTypePass.php
- FreshDoctrineEnumExtension.php
- ConstantIsFoundInFewRegisteredEnumTypesException.php
- ConstantIsNotFoundInAnyRegisteredEnumTypeException.php
- EnumTypeIsNotRegisteredException.php
- EnumTypeIsRegisteredButClassDoesNotExistException.php
- NoRegisteredEnumTypesException.php
- ValueIsFoundInFewRegisteredEnumTypesException.php
- ValueIsNotFoundInAnyRegisteredEnumTypeException.php
- ExceptionInterface.php
- InvalidArgumentException.php
- LogicException.php
- RuntimeException.php
- UnexpectedValueException.php
- EnumTypeGuesser.php
- form_type_guesser.php
- services.php
- additional_methods.md
- building_the_form.md
- common_types.md
- default_value.md
- enum_constants_in_templates.md
- enum_values_in_templates.md
- hook_for_doctrine_migrations.md
- null_values.md
- readable_enum_values_in_template.md
- usage_example.md
- EnumDropCommentCommandTest.php
- AbstractEnumTypeTest.php
- RegisterEnumTypePassTest.php
- FreshDoctrineEnumExtensionTest.php
- InvalidArgumentExceptionTest.php
- LogicExceptionTest.php
- RuntimeExceptionTest.php
- UnexpectedValueExceptionTest.php
- AbstractParentType.php
- BasketballPositionType.php
- HTTPStatusCodeType.php
- InheritedType.php
- MapLocationType.php
- NotAChildType.php
- NoValueType.php
- NumericType.php
- StubType.php
- TaskStatusType.php
- EnumTypeGuesserTest.php
- EnumConstantTwigExtensionTest.php
- EnumValuesAsArrayTwigExtensionTest.php
- ReadableEnumValueTwigExtensionTest.php
- DummyConstraint.php
- EnumTypeTest.php
- EnumTypeValidatorTest.php
- FreshDoctrineEnumBundleTest.php
- AbstractEnumTwigExtension.php
- EnumConstantTwigExtension.php
- EnumValuesAsArrayTwigExtension.php
- ReadableEnumValueTwigExtension.php
- EnumType.php
- EnumTypeValidator.php
- .gitattributes
- .gitignore
- .php-cs-fixer.php
- .scrutinizer.yml
- .styleci.yml
- composer.json
- docker-compose.yml
- Dockerfile
- FreshDoctrineEnumBundle.php
- LICENSE
- phpcs.xml
- phpstan.neon
- phpunit.xml.dist
- README.md
# μ€μΉ κ°μ΄λ
1. μ½λ λ΄λ €λ°κΈ°
git clone https://github.com/fre5h/DoctrineEnumBundle
κΉνλΈμμ νλ‘μ νΈ μ½λ μ 체λ₯Ό λ΄ μ»΄ν¨ν°λ‘ λ΄λ €λ°μ΅λλ€.
cd DoctrineEnumBundle
λ°©κΈ λ΄λ €λ°μ νλ‘μ νΈ ν΄λ μμΌλ‘ μ΄λν©λλ€.
2. Docker
μ¬μ μΆμ²μ¬μ μ€λΉλ¬Ό
- Git GitHubμμ νλ‘μ νΈ μ½λλ₯Ό λ΄λ €λ°μΌλ €λ©΄ νμν©λλ€.
- Docker Desktop 컨ν μ΄λλ₯Ό λΉλνκ³ μ€ννλ €λ©΄ νμν©λλ€. μ€μΉ ν μ€νν΄μ λ°±κ·ΈλΌμ΄λμ μΌλμΈμ.
docker compose up -d --build
μ μλ λͺ¨λ 컨ν μ΄λ(μλ², DB λ±)λ₯Ό ν λ²μ λΉλνκ³ λ°±κ·ΈλΌμ΄λμμ μ€νν©λλ€.
ν°λ―Έλμ docker compose ps λ₯Ό μ
λ ₯ν΄ μ»¨ν
μ΄λλ€μ΄ Up μνμΈμ§ νμΈνμΈμ. READMEμ ν¬νΈ λ²νΈκ° μ νμλ€λ©΄ λΈλΌμ°μ μμ http://localhost:ν¬νΈλ²νΈ λ‘ μ μν΄λ³΄μΈμ.
3. PHP (Composer)
μ¬μμ¬μ μ€λΉλ¬Ό
composer install
composer.jsonμ λͺ μλ PHP λΌμ΄λΈλ¬λ¦¬λ₯Ό μ€μΉν©λλ€.
php -S localhost:8000 κ°μ λ΄μ₯ μλ²λ‘ μ€νν λ€ λΈλΌμ°μ μμ http://localhost:8000 μΌλ‘ μ μν΄λ³΄μΈμ.
// repository documentation
Was this content helpful?
(0 ratings)
