kukrik / toastr
QCubed-4 plugin for Toastr
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:qcubed-library
Requires
- php: >=8.3
This package is auto-updated.
Last update: 2025-08-16 09:13:50 UTC
README
Toastr for QCubed-4
Toastr is a Javascript library for non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended.
Home page for the lib is https://github.com/CodeSeven/toastr and demo is at https://codeseven.github.io/toastr/demo.html, where you can see example of use.
This plugin works starting from PHP version 8.3+.
If you have not previously installed QCubed Bootstrap and twitter bootstrap, run the following actions on the command line of your main installation directory by Composer:
composer require qcubed-4/plugin-bootstrap
composer require twbs/bootstrap v3.3.7
and
composer require kukrik/toastr