Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neochief authored Mar 14, 2018
1 parent 16ec573 commit d26af0a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ A simple database logger for all outgoing emails sent by Laravel website.

## Step 1: Composer

Laravel Email Database Log can be installed via [composer](http://getcomposer.org) by requiring the `shvetsgroup/laravel-email-database-log` package in your project's `composer.json`.
Laravel Email Database Log can be installed via [composer](http://getcomposer.org) by running this line in terminal:

```bash
composer require shvetsgroup/laravel-email-database-log
```

## Step 2: Configuration

Expand Down

0 comments on commit d26af0a

Please sign in to comment.