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

1.0.1 2016-10-21 18:15 UTC

This package is not auto-updated.

Last update: 2024-04-17 18:11:39 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