Skip to content

Commit

Permalink
📝 Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Nov 22, 2019
1 parent 64c9c21 commit 11723ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,13 @@ Laravel Notify use animate.css to set smooth animation to display and hide notif
],
```

You can now choose where the notification should appear with the `position` variable in the configuration file. By default
the `top-right` position is enable.

```php
'position' => 'top-right',
```

## Change log

Please see the [changelog](changelog.md) for more information on what has changed recently.
Expand Down

0 comments on commit 11723ba

Please sign in to comment.