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

0.1.0 2024-03-19 05:19 UTC

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

pith-pack-toastr