gerob / alert by gerob

Alert is a package to be used with Laravel 4 API messages where you aren't passing a session through
56
0
1
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-04-25 15:15:13
Package Statistics
Total Downloads: 56
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

Laravel API Alert

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.

Installation

First install the package

composer require gerob/alert:dev-master

Then add the provider to app/config/app.php

'Gerob\Alert\AlertServiceProvider'

Finally add the alias to make it easier to use

'Alert' => 'Gerob\Alert\Facades\Alert'

Enjoy and feel free to make PR or open issues if you want to improve the package.

Happy Coding!