Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Fluxui Theme Laravel Package

agenticmorf/fluxui-theme

FluxUI theme and appearance settings for Laravel apps using Livewire Flux. Offers light/dark/system mode, accent and base color swatch pickers, and stores user preferences in an appearance_preferences JSON field on the User model.

View on GitHub
Deep Wiki
Context7

title: Installation

Installation

Requirements

  • PHP ^8.2
  • Laravel ^11.0 or ^12.0
  • Livewire ^3.0 or ^4.0
  • livewire/flux ^2.0
  • livewire/volt ^1.0

Composer

composer require agenticmorf/fluxui-theme

Packagist

Migration

After composer require, run:

php artisan migrate

The package registers a migration that adds the nullable JSON appearance_preferences column on users (via loadMigrationsFrom). The migration skips the column if it already exists.

Column still missing?

If you see SQLSTATE[42703]: Undefined column ... appearance_preferences, the package migration has not been applied yet. Run php artisan migrate on the environment that serves the app (including production and Docker).

If your deploy pipeline only runs migrations from database/migrations and never loads vendor migrations, add your own migration for appearance_preferences or adjust the pipeline so php artisan migrate runs the full migrator (including package paths).

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport