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.
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
This provides consistent branding and navigation across different screen sizes, with zero configuration required.
Installation
You can install the package via composer:
composer require jeffersongoncalves/filament-logo:^2.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
.
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.