68publishers/notification-bundle

Nette 扩展,用于用户的通知,同时支持 Toastr(JS 库)的闪存消息。

v0.3.1 2024-08-06 00:29 UTC

This package is auto-updated.

Last update: 2024-09-06 01:06:52 UTC


README

⚠️ 警告!此包没有活跃支持,它仅存在于作者的历史需求。

通知包

🔔 Nette 扩展,用于用户的通知,同时支持 Toastr(JS 库)的闪存消息。

安装

安装 68publishers/notification-bundle 的最佳方式是使用 Composer

composer require 68publishers/notification-bundle

然后您可以将扩展注册到 DIC 中

extensions:
    notification_bundle: SixtyEightPublishers\NotificationBundle\DI\NotificationBundleExtension

贡献

在提交任何更改之前,别忘了运行

vendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run

vendor/bin/tester ./tests