68publishers / notification-bundle
Nette extension for user's notifications, flash messages also with Toastr (JS library) support.
Installs: 3 509
Dependents: 2
Suggesters: 2
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 1
Requires
- php: ^7.3 || ^8.1
- 68publishers/smart-nette-component: ^1.0
- 68publishers/translation-bridge: ^2.0
- nette/application: ^3.0.6
- nette/caching: ^3.0
- nette/di: ^3.0.3
- nette/http: ^3.0
- nette/security: ^3.0
- nette/utils: ^3.0 || ^4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- nette/tester: ^2.2
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2024-11-06 01:38:05 UTC
README
⚠️ Warning! This package does not have active support, it exists only for the historical needs of the author.
Notification Bundle
🔔 Nette extension for user's notifications, flash messages also with Toastr (JS library) support.
Installation
The best way to install 68publishers/notification-bundle is using Composer:
composer require 68publishers/notification-bundle
then you can register extension into DIC:
extensions: notification_bundle: SixtyEightPublishers\NotificationBundle\DI\NotificationBundleExtension
Contributing
Before committing any changes, don't forget to run
vendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run
and
vendor/bin/tester ./tests