flsouto/alert

There is no license information available for the latest version (1.0.1) of this package.

shows a message in a javascript alert box

Maintainers

Details

github.com/flsouto/alert

Source

Issues

Installs: 27

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/flsouto/alert

1.0.1 2016-10-21 18:15 UTC

This package is not auto-updated.

Last update: 2025-10-02 01:36:59 UTC


README

Shows a message in a javascript alert box:

if($storage->add($data)){
    alert("The data was stored successfully!");
}

Install via composer

composer require flsouto/alert