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 d26af0a commit 165b4ff
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ composer require shvetsgroup/laravel-email-database-log

You can skip this step if your version of Laravel is 5.5 or above. Otherwise, you have to add the following to your config/app.php in the providers array:

```json
{
"require": {
"shvetsgroup/laravel-email-database-log": "*"
}
}
```

Next add the service provider and the alias to `app/config/app`.

```php
'providers' => [
// ...
Expand Down

1 comment on commit 165b4ff

@basilmnm
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sd

Please sign in to comment.