定制 kurban/filament-easter 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

kurban/filament-easter

最新稳定版本:1.0.2

Composer 安装命令:

composer require kurban/filament-easter

包简介

Filament Easter Eggs Plugin 🥚

README 文档

README

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

统计信息

  • 总下载量: 13
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-07-27