pith-front / pith-pack-toastr
Pack Toastr for the front-end for Pith
Installs: 16
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Language:JavaScript
Requires
- php: ^8.2
- ext-gd: *
- ext-json: *
- ext-pdo: *
- ext-readline: *
- pith/base: ^0.2.0
- pith/workflow-elements: ^0.3.0
This package is auto-updated.
Last update: 2025-03-19 07:25:47 UTC
README
Pack Toastr for Pith front-end
About
This project packs Toastr so that it can be used on the front-end with the Pith Framework.
For info on Toastr, see https://codeseven.github.io/toastr/, and the demo at https://codeseven.github.io/toastr/demo.html.
For info on Pith, see the Pith website at https://pith-framework.org/
Install
Install to an existing Pith Framework project
Use Composer to install pack to the vendor
folder.
php composer.phar require pith-front/pith-pack-toastr
Add new route to your Route List:
public array $routes = [ // Other routes.... // ... // Add route to call Toastr resources from ['route', 'GET', '/resources/vendor/library/toastr/{filepath:.+}', '\\PithFront\\PithPackToastr\\ToastrResourceRoute'], ];
Licensing Info
Toastr
- Toastr 2.1.4 (Needs jquery to work)
- MIT License
- Copyright © 2012-2014 Hans Fjällemark, John Papa & Tim Ferrell. Copyright (c) 2012-2017 Toastr Maintainers (Current maintainers are John Papa and Tim Ferrell)
- Authors: John Papa, Hans Fjällemark, and Tim Ferrell.
- ARIA Support: Greta Krafsig.
- Project: https://codeseven.github.io/toastr/
- Demo: https://codeseven.github.io/toastr/demo.html
- Repo: https://github.com/CodeSeven/toastr
pith-pack-toastr
- pith-pack-toastr
- The MIT License (MIT)
- Copyright (c) Ian Maurmann
- Link: https://github.com/pith-front/pith-pack-toastr