jeffersongoncalves/filament-logo

A simple yet effective Filament plugin that automatically adds the Filament logo to your admin panel. This plugin enhances your Filament panel's user experience by displaying the logo in strategic locations.

2.0.4 2025-06-21 13:26 UTC

This package is auto-updated.

Last update: 2025-06-21 23:43:04 UTC


README

Filament Logo

Filament Logo

Latest Version on Packagist GitHub Code Style Action Status Total Downloads

Description

A simple yet effective Filament plugin that automatically adds the Filament logo to your admin panel. This plugin enhances your Filament panel's user experience by displaying the logo in strategic locations:

  • On mobile devices, the logo appears at the top of the panel
  • On desktop, the logo shows in the topbar when the sidebar is collapsed

This provides consistent branding and navigation across different screen sizes and sidebar states, with zero configuration required.

Installation

You can install the package via composer:

composer require jeffersongoncalves/filament-logo:^1.0

Usage

This package automatically adds the Filament logo to your panel in two different scenarios:

  1. Mobile View: The logo appears at the top of the panel on mobile devices using PanelsRenderHook::TOPBAR_BEFORE.

  2. Desktop with Collapsed Sidebar: The logo appears in the topbar when the sidebar is collapsed on desktop devices using PanelsRenderHook::TOPBAR_START.

No additional configuration is required. The package works out of the box after installation.

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.