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.
Fund package maintenance!
jeffersongoncalves
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Language:Blade
Requires
- php: ^8.2|^8.3
- filament/filament: ^4.0
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.21
- orchestra/testbench: ^9.0|^10.0
README
Filament Logo
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:
-
Mobile View: The logo appears at the top of the panel on mobile devices using
PanelsRenderHook::TOPBAR_BEFORE
. -
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.