Skip to content

Releases: tarfin-labs/laravel-config

5.1.1

02 May 06:47
e311bff
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.0...5.1.1

v5.1.0

08 Apr 12:52
a838b67
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.2...v5.1.0

v5.0.2

07 Mar 11:41
f3fbe0a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.1...v5.0.2

v5.0.1

05 Mar 15:06
ffd624e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.0.1

v5.0.0

05 Mar 09:29
4ce7787
Compare
Choose a tag to compare

What's Changed

  • Dropped support for PHP versions below 8.1.
  • Added dynamic casting support to the LaravelConfig class, enabling it to cast configuration values based on their types by @YunusEmreNalbant in #31
  • Added new enum ConfigValueCast.php

New Contributors

Full Changelog: v4.7.0...v5.0.0

v4.7.0

11 May 14:04
0e897bc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.6.0...v4.7.0

v4.6.0

16 Feb 08:56
9a267f4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.5.0...4.6.0

4.5.0

10 May 06:57
Compare
Choose a tag to compare
  • Laravel 9 support added.

4.4.0

08 Jul 08:48
e6fce1c
Compare
Choose a tag to compare

config publish enabled

4.3.0

08 Jul 08:30
7e97707
Compare
Choose a tag to compare
  • db migrations are now automatically discover.
  • now table name can be set from config.