Skip to content

Commit 63e9df9

Browse files
Readme update
1 parent f319920 commit 63e9df9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
To install this package you will need:
1313

1414
- Laravel >= 5.3
15-
- PHP 5.6.4+
15+
- PHP 7.0+
1616

1717

1818
Run this command to install via composer
@@ -31,7 +31,7 @@ or edit the `composer.json`
3131

3232
Then run composer update in your terminal to pull the package.
3333

34-
Now all you have to is add the service provider of the package and alias the packages. To do open your `app/config/app.php` file.
34+
Now all you have to do is to add the service provider of the package and alias the packages. To do open your `app/config/app.php` file.
3535

3636
Add a new line to the `providers` array
3737

@@ -53,8 +53,8 @@ php artisan vendor:publish --provider='Linkstreet\LaravelSms\Providers\SmsServic
5353

5454

5555
### Supported SMS gateway providers
56-
57-
[KAP System](https://kapsystem.com)
56+
- [KAP System](https://kapsystem.com)
57+
- [Twilio](https://www.twilio.com/)
5858

5959

6060
### Coming Soon

0 commit comments

Comments
 (0)