Skip to content

Tags: gdxhsw/database

Tags

v5.1.16

Toggle v5.1.16's commit message
Method should be public

v5.1.13

Toggle v5.1.13's commit message
Check if timestamps is enabled in getDates()

v5.1.8

Toggle v5.1.8's commit message
working on method names.

v5.1.6

Toggle v5.1.6's commit message
Revert "[5.1] Fix Eloquent Builder paginate passing columns to count"

v5.1.2

Toggle v5.1.2's commit message
[5.1] Use Illuminate\Support\Arr::first() instead of the alias array_…

…first().

Signed-off-by: crynobone <[email protected]>

v5.1.1

Toggle v5.1.1's commit message
Added missing fullstops

v5.0.33

Toggle v5.0.33's commit message
Merge pull request #8859 from lukasgeiter/fix-self-relation-table-prefix

[5.0] Fix has() on self referencing relationship with table prefix

v5.0.28

Toggle v5.0.28's commit message
$column type correction

The first parameter `$column` could be `string`, `array`, or `\Closure`.

v5.0.27

Toggle v5.0.27's commit message
Fix a situation affected by PHP bug in some version of PHP 5.5.

v5.0.26

Toggle v5.0.26's commit message
Use basePath helper.