Download the PHP package rvzug/laravel-possible-composite-key without Composer
On this page you can find all versions of the php package rvzug/laravel-possible-composite-key. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rvzug/laravel-possible-composite-key
More information about rvzug/laravel-possible-composite-key
Files in rvzug/laravel-possible-composite-key
Download rvzug/laravel-possible-composite-key
More information about rvzug/laravel-possible-composite-key
Files in rvzug/laravel-possible-composite-key
Vendor rvzug
Package laravel-possible-composite-key
Short Description PHP trait to use composite keys in your Laravel Eloquent models and does not fail on possible missing column.
License MIT
Package laravel-possible-composite-key
Short Description PHP trait to use composite keys in your Laravel Eloquent models and does not fail on possible missing column.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-possible-composite-key
laravel-possible-composite-key
PHP trait to use composite keys in your Laravel Eloquent models and does not fail on possible missing column.
Installation:
Usage:
In your migrations / database it's now possible to add Nullable to 'one', 'two', 'three'. Assuming that at least one of the other is filled with a near-unique value. For example an ArticleCode or Gtin value. In my usages I use keys: 'ArticleCode', 'EanCode', 'Supplier', where code and ean could be empty. The combination of Supplier and one of the codes is reasonably unique.
All versions of laravel-possible-composite-key with dependencies
PHP Build Version
Package Version
The package rvzug/laravel-possible-composite-key contains the following files
Loading the files please wait ....