From 43e47742e501041d1bd17953450212c969a0b58e Mon Sep 17 00:00:00 2001 From: Kawsara Mohamed MK Date: Thu, 22 Oct 2020 20:12:30 +0300 Subject: [PATCH] updated ReadMe --- README.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 14f0681..0c7e683 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@

- +

-# Unifonic notification channel for Laravel 7.x +# Unifonic notification channel for Laravel 8.x + The Unifonic channel makes it possible to send out Laravel notifications as SMS

@@ -25,18 +25,8 @@ The service provider gets loaded automatically. ### Setting up the Unifonic service -Hit to [Dashboard](https://software.unifonic.com/en/dashboard) to create a new REST app to use this channel. Within in this app, you will find the *App ID*. Place it inside your `.env` file. To load it, add this to your `config/services.php` file: +Check out the configuration of [Laravel Unifonic Library]() -```php -... -'unifonic' => [ - 'app_id' => env('UNIFONIC_APP_ID'), - 'sender_id' => env('UNIFONIC_SENDER_ID') //optional -] -... -``` - -This will load the Unifonic app data from the `.env` file. Make sure to use the same keys you have used there like `UNIFONIC_APP_ID`. ## Usage