Download the PHP package jeffersongoncalves/filament-panel-theme-isolation without Composer

On this page you can find all versions of the php package jeffersongoncalves/filament-panel-theme-isolation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package filament-panel-theme-isolation

![Filament Panel Theme Isolation](https://raw.githubusercontent.com/jeffersongoncalves/filament-panel-theme-isolation/3.x/art/jeffersongoncalves-filament-panel-theme-isolation.png)

Filament Panel Theme Isolation

Latest Version on Packagist Total Downloads

Isolates dark/light theme preference per Filament panel using prefixed localStorage keys.

When a Filament application has multiple panels (e.g., admin, app, tenant), they all share the same theme key in localStorage. Switching dark/light mode in one panel affects all others. This plugin fixes that by using panel-specific keys like theme-admin, theme-app, etc.

Based on filamentphp/filament#19417.

Compatibility

Plugin Version Filament PHP Laravel
1.x ^3.0 ^8.1 ^10.0
2.x ^4.0 ^8.2 ^11.0
3.x ^5.0 ^8.2 ^11.28

Installation

You can install the package via composer:

That's it! The plugin works automatically via Laravel auto-discovery. No additional configuration is needed.

Optional: Register as a Filament Plugin

If you prefer explicit registration via the plugin API:

How It Works

  1. Each panel saves its theme preference to a unique localStorage key: theme-{panelId} (e.g., theme-admin, theme-app).
  2. On first load after installing, the existing generic theme key is automatically migrated to the panel-specific key.
  3. If the panel-specific key doesn't exist, it falls back to the generic theme key for backwards compatibility.
  4. No database or session changes required — everything is localStorage.

Publishing

Config

Views

Maintenance Notes

The overridden views are copies of Filament's original views with minimal patches.

After updating Filament, compare the original views with the overrides:

License

MIT License. See LICENSE for details.


All versions of filament-panel-theme-isolation with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
filament/filament Version ^5.0
spatie/laravel-package-tools Version ^1.14.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package jeffersongoncalves/filament-panel-theme-isolation contains the following files

Loading the files please wait ...