Download the PHP package bajzany/notify without Composer
On this page you can find all versions of the php package bajzany/notify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bajzany/notify
More information about bajzany/notify
Files in bajzany/notify
Download bajzany/notify
More information about bajzany/notify
Files in bajzany/notify
Vendor bajzany
Package notify
Short Description Notify Control for Nette Framework
License
Homepage https://github.com/bajzany/Notify
Package notify
Short Description Notify Control for Nette Framework
License
Homepage https://github.com/bajzany/Notify
Please rate this library. Is it a good library?
Informations about the package notify
Notify
Nette notification for message
Required:
Instalation
-
Composer instalation
composer require bajzany/notify dev-master
-
Register into Nette Application
extensions: Notify: Bajzany\Notify\DI\NotifyExtension
-
How to Use:
-
In presenter notifyTrait;
use NotifyTrait;
-
Adding to notifications collections
$this->addNotify('Second notification', 'NotifyControl', Notification::TYPE_PURPLE);
-
Template (.latte) in your base Latte
{control notify}
-
- Create callable property onAfterRender and function afterRender into presenter where is placed notifyTrait. This is important because in ajax request must be start redrawControl.
``
All versions of notify with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
nette/di Version ^2.4
nette/application Version ^2.4
nette/bootstrap Version ^2.4
latte/latte Version ^2.4
nette/utils Version ^2.4
nettpack/stage Version ^1.0
nette/di Version ^2.4
nette/application Version ^2.4
nette/bootstrap Version ^2.4
latte/latte Version ^2.4
nette/utils Version ^2.4
nettpack/stage Version ^1.0
The package bajzany/notify contains the following files
Loading the files please wait ....