manakao/doctrine-enum-type-bundle

This bundle provides a typed enumeration for Symfony5 applications

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 8

Type:symfony-bundle

0.1 2018-07-04 12:32 UTC

This package is auto-updated.

Last update: 2024-04-13 00:03:23 UTC


README

Configures Doctrine Enum Type via Symfony config file.

Installation

composer require danaki/doctrine-enum-type-bundle

Usage

Create config/doctrine_enum_type.yaml with similar contents:

danaki_doctrine_enum_type:
    types:
        php_enum_gender: Acelaya\Enum\Gender
        Acelaya\Enum\Action: ~

Problems

If you're getting "Unknown column type" error, try to clear cache with rm -rf var/cache