Download the PHP package vortgo/dbal-laravel-enum without Composer
On this page you can find all versions of the php package vortgo/dbal-laravel-enum. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vortgo/dbal-laravel-enum
More information about vortgo/dbal-laravel-enum
Files in vortgo/dbal-laravel-enum
Download vortgo/dbal-laravel-enum
More information about vortgo/dbal-laravel-enum
Files in vortgo/dbal-laravel-enum
Vendor vortgo
Package dbal-laravel-enum
Short Description DBAL package for laravel migrations. Added field type - enum
License MIT
Homepage http://www.doctrine-project.org
Package dbal-laravel-enum
Short Description DBAL package for laravel migrations. Added field type - enum
License MIT
Homepage http://www.doctrine-project.org
Please rate this library. Is it a good library?
Informations about the package dbal-laravel-enum
Doctrine DBAL for laravel migrations
Changed files from original package
dbal/lib/Doctrine/DBAL/Schema/Column.php
dbal/lib/Doctrine/DBAL/Types/EnumType.php
Usage
When you need changing field enum, just added in your migrations file
Doctrine\DBAL\Types\Type::addType('enum', 'Doctrine\DBAL\Types\EnumType');
Schema::getConnection()->getDoctrineSchemaManager()->getDatabasePlatform()->registerDoctrineTypeMapping('enum', 'string');
All versions of dbal-laravel-enum with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.6 || ^7.0
The package vortgo/dbal-laravel-enum contains the following files
Loading the files please wait ....