From 11723ba68def9da06090604e26e9c9c44fd13fed Mon Sep 17 00:00:00 2001 From: Arthur Monney Date: Fri, 22 Nov 2019 11:42:47 +0100 Subject: [PATCH] :pencil: Update readme --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index b0d382e..2d97b23 100644 --- a/readme.md +++ b/readme.md @@ -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.