定制 danaki/doctrine-enum-type-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

danaki/doctrine-enum-type-bundle

最新稳定版本:0.2.3

Composer 安装命令:

composer require danaki/doctrine-enum-type-bundle

包简介

This bundle provides a typed enumeration for Symfony2 applications

README 文档

README

Configures Doctrine Enum Type via Symfony config file.

Installation

composer require danaki/doctrine-enum-type-bundle

Usage

Create config/packages/doctrine_enum_type.yaml with similar contents:

danaki_doctrine_enum_type:
    types:
        php_enum_gender: Acelaya\Enum\Gender
        App\Enum\YourEnum: ~

Problems

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

统计信息

  • 总下载量: 144.05k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 3
  • Forks: 9
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-07-01