Skip to content

edeoliv/filament-logo

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Blade 51.5%
  • PHP 48.5%