kurban/filament-easter is a Laravel package for filament easter eggs plugin π₯.
It currently has 1 GitHub stars and 13 downloads on Packagist (latest version 1.0.2).
Install it with composer require kurban/filament-easter.
Discover more Laravel packages by kurban
or browse all Laravel packages to compare alternatives.
Last updated

This package provide a simple Easter Egg Modal for Filament Panel.
β‘οΈ Install with Composer
composer require kurban/filament-easter
π₯ Add the plugin to your plugins array of your panel() method in your PanelProvider
FilamentEasterPlugin::make()
->keys(['ArrowUp', 'ArrowUp', 'ArrowDown', 'ArrowDown', 'ArrowLeft', 'ArrowRight', 'ArrowLeft', 'ArrowRight', 'b', 'a'])
->backgroundImage('https://m.media-amazon.com/images/I/A13qABV+icL.png')
->modalContent([
'title' => 'Easter Cat Found! π±',
'content' => 'Congratulations! You\'ve discovered the hidden Easter Cat. Meow!',
'footer' => 'Share this secret with fellow cat lovers!'
]),
π Customize it as neeeded
keys(): Set the key sequence to trigger the Easter egg.
backgroundImage(): Set the background image URL for the modal.
modalContent(): Set the content of the modal, including title, content, and footer.
β Support: If you discover any issues or have questions, please create an issue.
Filament Easter π₯ was created for fun