All notable changes to laravel-config
will be documented in this file.
- Laravel 11 and PHP 8.3 support added.
- 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.
- Added new enum
ConfigValueCast.php
- PHP 8.2 support added.
- Laravel 10 support added.
- Laravel 9 support added.
- Config publish enabled
- db migrations are now automatically discover.
- now table name can be set from config.
- Tags feature added.
- PHP 8 support added.
- 2021-05-06:
getNested()
method added for getting nested config params. - 2021-05-07: Dropped support for php 7.2, 7.3 and Laravel 6.x, 7.x
- 2020-10-06: Laravel config now compatible with Laravel 8.
- 2020-01-17: Generate unique names on
ConfigFactory
- 2020-03-04: Laravel config now compatible with Laravel 7.
- 2020-03-04: Helpers added
- Add publishable Laravel
ConfigFactory
- Initial Release