Skip to content

Releases: iran-coders/database-repository

Laravel 12 support

05 Mar 13:25
1e09ae4
Compare
Choose a tag to compare

Laravel 12 support

Because of PHP 8.4 property hooks, I removed all the getters and setters.

13 Nov 16:06
Compare
Choose a tag to compare

What's Changed

  • Because of PHP 8.4 property hooks, I removed all the getters and setters.
  • Add decimal data type by @amirnajmi79

Bug fix MakeEntity

14 Apr 16:21
7d894fc
Compare
Choose a tag to compare
v1.3.5

Bug fix MakeEntity

Support Laravel 11

14 Apr 16:16
79824ae
Compare
Choose a tag to compare
v1.3.4

support Laravel 11

default value and enum fix

25 Dec 19:59
Compare
Choose a tag to compare

fix(entity): default int value
fix(enum): use case instead of const

fix(base repository): fix return value

25 Dec 19:17
Compare
Choose a tag to compare
v1.3.2

fix(base repository): fix return

add cache strategies and some style improvement

27 Nov 09:36
Compare
Choose a tag to compare

use path instead of namespace

15 Nov 17:57
b975e85
Compare
Choose a tag to compare
v1.2.5

use path instead of namespace

add getOne and getAll for indexed columns

22 Aug 09:31
9246862
Compare
Choose a tag to compare

add getOne and getAll for indexed columns

add Redis cache support

10 Jul 12:23
388a670
Compare
Choose a tag to compare
Merge pull request #22 from mohammadRezaei1380/Feature_redis

Feature redis