Skip to content

ezcoder/AlertManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlertManager

Laravel 4 package that uses bootstrapGrowl to easily generate alerts from controllers. ###Usage:

Add to app.php

'providers' => array(
    'Webcode\AlertManager\AlertManagerServiceProvider'
);

Create alert

\Webcode\AlertManager\AM::setSuccess("GREAT SUCCESS!");

Add right before closing body tag

<?=\Webcode\AlertManager\AM::getAlerts();?>

About

Laravel 4 package that uses bootstrapGrowl to easily generate alerts from controllers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages