Download the PHP package darshphpdev/laravel-settings without Composer
On this page you can find all versions of the php package darshphpdev/laravel-settings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download darshphpdev/laravel-settings
More information about darshphpdev/laravel-settings
Files in darshphpdev/laravel-settings
Package laravel-settings
Short Description A flexible Laravel package for managing application settings with support for file or database storage, encryption, and array format customization.
License MIT
Informations about the package laravel-settings
Laravel Settings
A flexible Laravel package for managing application settings with support for file or database storage, encryption, and array format customization.
✨ Features
- 💾 Multiple storage drivers (file or database)
- 🔐 Value encryption support
- 📦 Configurable array storage formats (JSON, CSV, or serialized)
- 🛠️ Simple helper function for easy access
- ⚡ Laravel artisan command for easy installation
- 🚀 Cache support for better performance
📋 Requirements
- 🐘 PHP 7.4|8.0
- ⚡ Laravel 7.0|8.0|9.0|10.0|11.0
📥 Installation
You can install the package via composer:
🔧 Setup
- Run the installation command:
This command will:
- 🎯 Guide you through configuration options
- 📝 Create the config file
- 🔄 Publish migrations (if using database driver)
- If using database driver, run migrations:
⚙️ Configuration
The package configuration will be published to config/settings.php
. Here are the available options:
📖 Usage
🔨 Using Helper Function
📦 Working with Arrays
The package provides three formats for storing arrays:
-
JSON (default) 📄:
-
CSV 📑:
- Serialized 📎:
🔐 Encryption
When encryption is enabled in the config, all values are automatically encrypted before storage and decrypted when retrieved:
🛡️ Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
👨💻 Credits
📄 License
This package is open-source software licensed under the MIT License.