lwsoftbd/lw-settings

A reusable Laravel package for managing site settings

Maintainers

Package info

github.com/lwsoftbd/laravel-settings

Language:Blade

pkg:composer/lwsoftbd/lw-settings

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0-beta 2026-01-05 11:07 UTC

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.