LaravelPackages.net
Acme Inc.
Toggle sidebar
kurban/filament-easter

Filament Easter Eggs Plugin πŸ₯š

13
1
1.0.2
About kurban/filament-easter

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

Filament Easter πŸ₯š

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

Comments