The Laravel Settings Package has been developed to allow you to add general settings to your website in a simple and easy way, you can add settings for a specific model item as well, Let's start using it in simple steps. The Laravel Settings package requires Laravel 8+. To install and setup the Laravel Settings we will follow a few steps: Install via composer composer require yazan/laravel-settings
Run migrations php artisan migrate
Here's the basic introduction of this package, If you want to learn more you can visit its complete documentation on https://github.com/yazan-alnugnugh/laravel-settings.