Download the PHP package henryonsoftware/filament-panel-switcher without Composer

On this page you can find all versions of the php package henryonsoftware/filament-panel-switcher. 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-switcher

Filament Panel Switcher

A Filament plugin that adds a panel navigation switcher to the topbar, letting users move between multiple Filament panels without leaving the admin UI.

Requirements

Installation

Publish the config file:

Usage

  1. Register the plugin in each panel provider where the switcher should appear:

  2. Add your panels to config/filament-panel-switcher.php:

Keys are your panel IDs (set via ->id('...') in the panel provider). Both label and icon are optional — the label defaults to the title-cased panel ID, and the icon is omitted if not set.

  1. Add an import to your theme CSS file:

This will help compile the plugin CSS file to your theme.

Note: if you never create a theme before, please look at this

Custom Styling

If you want to custom the CSS file, first publish the CSS file:

This copies panel-switcher.css to resources/css/filament-panel-switcher.css.

and then replace the import above with new file path in your theme file

Custom Views

Publish the views to override the markup:

This copies the templates to resources/views/vendor/filament-panel-switcher/.

Custom Config Key

If your project already stores panel metadata under a different config key, you can point the plugin at it instead of the default filament-panel-switcher.panels:

Access Control

The switcher respects each panel's built-in access control. It calls $user->canAccessPanel($panel) and only renders panels the authenticated user can access. Implement this method on your User model:

License

MIT


All versions of filament-panel-switcher with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
filament/filament Version ^4.0 || ^5.0
illuminate/contracts Version ^11.28 || ^12.0 || ^13.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 henryonsoftware/filament-panel-switcher contains the following files

Loading the files please wait ...