Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tylercd100/lern
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercd100 committed Mar 21, 2016
2 parents 8fd8447 + 7beaf13 commit f4ead7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@

All notable changes to `LERN` will be documented in this file.

### 1.0.1
- Added env function to config file for pushover

### 1.0.0
- Initial release
- Initial release and connected with packagist
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# LERN (Laravel Exception Recorder and Notifier)
**_Lern from your mistakes_**
LERN is a Laravel 5 package that will record exceptions into a database and will notify you via email, [Pushover](https://pushover.net/) or [Slack](https://slack.com/).

LERN is a Laravel 5 package that will record exceptions into a database and will notify you via [Email](https://laravel.com/docs/master/mail), [Pushover](https://pushover.net/) or [Slack](https://slack.com/).


## Installation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tylercd100/lern",
"description": "A Laravel 5 package to record and notify of exceptions",
"description": "LERN (Laravel Exception Recorder and Notifier) is a Laravel 5 package that will record exceptions into a database and will notify you via Email, Pushover or Slack.",
"keywords": [
"tylercd100",
"pushover",
Expand Down

0 comments on commit f4ead7b

Please sign in to comment.