Download the PHP package ashrafic/filament-white-label without Composer

On this page you can find all versions of the php package ashrafic/filament-white-label. 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-white-label

# Filament White-Label ---

Total panel rebranding. For you and every tenant. No code.

Logo, colors, fonts, layout, CSS, footer — every tenant gets their own brand. Or rebrand your own portal in a single-tenant setup. Install, add one line to your PanelProvider, done.


[![Packagist Version](https://img.shields.io/packagist/v/ashrafic/filament-white-label?style=flat-square&color=blue&logo=packagist)](https://packagist.org/packages/ashrafic/filament-white-label) [![Docs](https://img.shields.io/badge/docs-filament--white--label-blue?style=flat-square&logo=readthedocs)](https://docs.ashraficlabs.com/filament-white-label) [![PHP Version](https://img.shields.io/badge/php-%5E8.2-777bb4?style=flat-square&logo=php&logoColor=white)](https://php.net) [![Filament](https://img.shields.io/badge/filament-%5E5.0-fbbf24?style=flat-square&logo=laravel)](https://filamentphp.com) [![License](https://img.shields.io/badge/license-MIT-green?style=flat-square&logo=open-source-initiative)](LICENSE.md) ---

Installation

Panel Registration

Two pieces — both required for the settings page to appear:

A White Label nav item appears with three sub-pages: Brand, Layout, Advanced.

Tenant Model Setup (Optional)

Add the HasWhiteLabel trait to your tenant model only if you want default settings eagerly created when a new tenant is created:

The trait hooks into the created event to auto-create a default settings record.

Without the trait, defaults are created lazily — only when the White Label page is first visited. Skip this step for single-tenant setups, or if you don't need the settings row to exist before page visit.


Guides

Full docs at docs.ashraficlabs.com/filament-white-label

Getting Started Overview, requirements, quick start
Installation Composer, install command, trait setup
Configuration Full config reference — every option
Features Overview All customization surfaces at a glance
Brand Settings Name, logos, colors, fonts, CSS theme, custom CSS
Layout Settings Navigation, sidebar, breadcrumbs, dimensions, footer
Advanced Settings SPA mode, notifications, density, modals, transitions
Branded Login Tenant-branded auth page
Integration Patterns Macro, granular trait, manual, conditional
Resolution Flow Tenant → panel → global → config defaults
Cache & Security Caching strategy, CSS sanitization, threat mitigations
Events WhiteLabelSettingsSaved, WhiteLabelSettingsDeleted

Screenshots

Brand Identity Colors
Brand Identity Colors
Typography, Styling & Custom CSS Layout: Navigation, Sidebar, Display
Typography & CSS Layout
Dimensions & Footer Advanced Settings
Dimensions & Footer Advanced

What You Can Customize

Category Highlights
Brand identity Name, logo (light + dark), logo height, favicon
Colors 6 roles — palette presets + custom hex picker
Typography 49 Google Fonts via CDN
CSS theme Border radius, input radius, badge shape, shadow intensity
Layout Top bar, top nav, collapsible sidebar, breadcrumbs
Dimensions Content width, sidebar width, heading size
Density Font scale, form density, table row density, modal size
Behavior SPA mode, unsaved changes alerts, database notifications
Custom CSS Sanitized CSS injection (max 50KB)
Login page Branded auth experience (extends native Filament login)
Footer Custom text + dynamic label/URL links
i18n Full translation support — all ~230 strings translatable

Operating Modes

Mode When How
Multi-tenant Filament::getTenant() resolves Per-tenant settings record
Single-tenant No tenant, global record exists One global settings record
Config-only No records exist config('filament-white-label.defaults.*')

Works before and after you adopt multi-tenancy.


Testing


License

MIT. See LICENSE.md.


Full docs at docs.ashraficlabs.com/filament-white-label




Ashrafic Labs

Built with precision for professionals.
[email protected]


All versions of filament-white-label with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
filament/filament Version ^5.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 ashrafic/filament-white-label contains the following files

Loading the files please wait ...