Package Data | |
---|---|
Maintainer Username: | gerob |
Maintainer Contact: | gerobk@gmail.com (Gerob Kimball) |
Package Create Date: | 2013-11-05 |
Package Last Update: | 2014-07-09 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-14 15:17:05 |
Package Statistics | |
---|---|
Total Downloads: | 56 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
This is a package for returning messages when you aren't dealing with sessions. For example when you're using Laravel to return only API responses.
composer require gerob/alert:dev-master
'Gerob\Alert\AlertServiceProvider'
'Alert' => 'Gerob\Alert\Facades\Alert'
Enjoy and feel free to make PR or open issues if you want to improve the package.