You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -19,21 +19,21 @@ Start sending SMS and making Voice calls with Unifonic right away using Laravel.
19
19
First, install the package through Composer.
20
20
21
21
```sh
22
-
$ composer require liliom/laravel-unifonic
22
+
$ composer require multicaret/laravel-unifonic
23
23
```
24
24
25
-
#### Laravel 5.5 and up
26
-
27
-
You don't have to do anything else, this package uses the Package Auto-Discovery feature, and should be available as soon as you install it via Composer.
28
-
29
25
#### Laravel 5.4 and down
30
26
31
27
Then include the service provider inside `config/app.php`.
32
28
29
+
#### Laravel 5.5 and up
30
+
31
+
You don't have to do anything else, this package uses the Package Auto-Discovery feature, and should be available as soon as you install it via Composer.
For more details about the parameters please refer to the [Api Documentation](http://docs.unifonic.apiary.io/) for more info, or read the [source code](https://github.com/liliomlab/laravel-unifonic/blob/master/src/UnifonicClient.php).
97
+
For more details about the parameters please refer to the [Api Documentation](http://docs.unifonic.apiary.io/) for more info, or read the [source code](https://github.com/multicaret/laravel-unifonic/blob/master/src/UnifonicClient.php).
98
98
99
99
100
100
### Contributing
101
101
See the [CONTRIBUTING](CONTRIBUTING.md) guide.
102
102
103
103
### Changelog
104
-
Please see [CHANGELOG](CHANGELOG.md) for more information about what has changed recently.
104
+
Please see [CHANGELOG](CHANGELOG.md) for more information about what has changed recently.
0 commit comments