Download the PHP package chrisreedio/filament-breakpoint-badge without Composer
On this page you can find all versions of the php package chrisreedio/filament-breakpoint-badge. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download chrisreedio/filament-breakpoint-badge
More information about chrisreedio/filament-breakpoint-badge
Files in chrisreedio/filament-breakpoint-badge
Package filament-breakpoint-badge
Short Description Displays the current Tailwind breakpoint in the Filament header
License MIT
Homepage https://github.com/chrisreedio/filament-breakpoint-badge
Informations about the package filament-breakpoint-badge
Tailwind Breakpoint Badge for Filament v3 Header
Breakpoint Badge is a lightweight extension for FilamentPHP that adds a real-time breakpoint badge to the header, streamlining the debugging process.
Installation
You can install the package via composer:
Usage
To use this plugin register it in your panel configuration:
Visibility
By default, the plugin displays the breakpoint badge in all non-production environments. You can further customize whether the badges should be shown.
Colors
You can overwrite the default colors if you want your own colors or need to add more. The ->color()
method accepts any Filament's Color object or a closure that returns a color object.
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
- Chris Reed
- All Contributors
Special thanks to Adam Weston for the help writing the plugin.
Also a big thanks to Dennis Koch for the inspiration and tips on generating screenshots. Check out his Filament Environment Indicator plugin on which this is based!
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-breakpoint-badge with dependencies
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.15.0
illuminate/contracts Version ^10.0|^11.0