beartropy/settings

Dynamic settings management for Laravel with Livewire UI

Installs: 134

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/beartropy/settings

1.1.1 2026-01-18 12:23 UTC

This package is auto-updated.

Last update: 2026-01-18 12:23:13 UTC


README

🐻 Beartropy Settings

Dynamic settings management for Laravel with Livewire UI

Database • Caching • Types • Dot Notation

Latest Stable Version Total Downloads License

A comprehensive settings management package for Laravel, featuring database storage, caching, strong typing, and dot-notation access.

📚 Documentation

The full documentation for this package involves installation, configuration, and advanced usage examples.

👉 Read the full documentation at beartropy.com/settings

✨ Key Features

  • Dynamic Management: Database-backed settings with automatic caching for high performance.
  • Type Support: Automatic type inference and casting (boolean, integer, array, string).
  • Dot Notation: Easy grouping and retrieval of settings (e.g., app.name, mail.from.address).
  • Facade Support: Simple and intuitive API via the BeartropySettings facade.
  • Livewire Integration: Built-in support for managing settings via Livewire UIs.

🚀 Quick Installation

You can install the package via composer:

composer require beartropy/settings

🤝 Contributing

Please see CONTRIBUTING for details.

📄 License

The MIT License (MIT). Please see License File for more information.

Note

Disclaimer: This software is provided "as is", without warranty of any kind, express or implied. Use at your own risk.