File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
To install this package you will need:
13
13
14
14
- Laravel >= 5.3
15
- - PHP 5.6.4 +
15
+ - PHP 7.0 +
16
16
17
17
18
18
Run this command to install via composer
@@ -31,7 +31,7 @@ or edit the `composer.json`
31
31
32
32
Then run composer update in your terminal to pull the package.
33
33
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.
35
35
36
36
Add a new line to the ` providers ` array
37
37
@@ -53,8 +53,8 @@ php artisan vendor:publish --provider='Linkstreet\LaravelSms\Providers\SmsServic
53
53
54
54
55
55
### Supported SMS gateway providers
56
-
57
- [ KAP System ] ( https://kapsystem. com )
56
+ - [ KAP System ] ( https://kapsystem.com )
57
+ - [ Twilio ] ( https://www.twilio. com/ )
58
58
59
59
60
60
### Coming Soon
You can’t perform that action at this time.
0 commit comments