kukrik / toastr
QCubed-4 plugin for Toastr
Package info
Language:JavaScript
Type:qcubed-library
pkg:composer/kukrik/toastr
Requires
- php: >=8.3
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-16 11:49:19 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
