Skip to content

Releases: tarfin-labs/laravel-config

5.2.1

28 Feb 08:43
cb294a2
Compare
Choose a tag to compare

What's Changed

  • PHP 8.4 deprecation warning by @frkcn in #44

Full Changelog: 5.2.0...5.2.1

5.2.0

24 Feb 13:41
a7f099a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.1.1...5.2.0

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.