Beartropy Settings
User Interface
Using the Livewire component to manage settings.
1<livewire:beartropy-settings-manager />
1use Beartropy\Settings\Livewire\SettingsManager;2 3Route::get('/settings', SettingsManager::class)->layout('layouts.app');
Managing Settings
The UI provides a full management interface:
- Edit Values: Toggle switches, inputs, and dropdowns update in real-time or via save.
- Structure Management: You can Add new settings, or Edit existing definitions (change label, type, options, description) directly from the dashboard.
Current version:
1.0.5