lwsoftbd / lw-settings
A reusable Laravel package for managing site settings
v1.0.0-beta
2026-01-05 11:07 UTC
Requires
- illuminate/database: ^12.0
- illuminate/http: ^12.0
- illuminate/routing: ^12.0
- illuminate/support: ^12.0
- laravel/framework: ^12.0
Requires (Dev)
- php: ^8.3
This package is not auto-updated.
Last update: 2026-04-02 07:46:16 UTC
README
Laravel Settings is a lightweight and flexible Laravel package that allows you to manage application settings easily from the database instead of hardcoding them in configuration files.
This package is useful for storing dynamic settings such as site name, maintenance mode, email configurations, feature toggles, and more.
✨ Features
- Store application settings in the database
- Easy helper methods
- Use anywhere on the blade file
- Supports caching for better performance
- Clean and simple
- Laravel-friendly and easy to integrate
📦 Installation
Install the package via Composer:
composer require lwsoftbd/lw-settings
📄 License
This package is open-sourced software licensed under the MIT License.