laravel-settings
Introduction
Requirements
On this page
{note} You're browsing the documentation for an old version of laravel-settings. Consider upgrading your project to v3. Check your version with the following command:
`composer show rawilk/laravel-settings`
General Requirements
- PHP 8.11 or greater
- Laravel 8.0 or greater
1 PHP 8.0 is not officially supported, however the package should still be able to run on that version.
Version Matrix
Laravel | Minimum Version | Maximum Version |
---|---|---|
6.0 | 1.0.0 | 1.0.3 |
7.0 | 1.0.0 | 1.0.3 |
8.0 | 1.0.1 | 2.2.2 |
9.0 | 2.0.1 | 2.2.2 |
10.0 | 2.2.2 |