Download the PHP package repat/laravel-mysql-enum-values without Composer
On this page you can find all versions of the php package repat/laravel-mysql-enum-values. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-mysql-enum-values
laravel-mysql-enum-values
laravel-mysql-enum-values is a small Laravel Query Builder macro that returns the valid values of an ENUM field for MySQL. Under the hood it's using this statement:
Installation
You can install the package via composer:
Usage
The package contains only one macro: enumValues
. The Service Provider is automatically loaded.
License
- MIT, see LICENSE
Version
- Version 0.1
Contact
repat
- Homepage: https://repat.de
- e-mail: [email protected]
- Twitter: @repat123
All versions of laravel-mysql-enum-values with dependencies
PHP Build Version
Package Version
The package repat/laravel-mysql-enum-values contains the following files
Loading the files please wait ....