File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Expand file tree Collapse file tree 1 file changed +1
-22
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 7.x
15
- - PHP 7.2+
16
-
15
+ - PHP 7.4+
17
16
18
17
Run this command to install via composer
19
18
@@ -31,26 +30,6 @@ or edit the `composer.json`
31
30
32
31
Then run composer update in your terminal to pull the package.
33
32
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
-
36
- Add a new line to the ` providers ` array
37
-
38
- ``` php
39
- Linkstreet\LaravelSms\Providers\SmsServiceProvider::class
40
- ```
41
-
42
- Finally add a line to ` aliases ` array
43
-
44
- ``` php
45
- 'SMS' => Linkstreet\LaravelSms\Facades\Sms::class,
46
- ```
47
-
48
- Run this command to publish package configuration in ` config ` folder
49
-
50
- ``` php
51
- php artisan vendor:publish --provider='Linkstreet\LaravelSms\Providers\SmsServiceProvider'
52
- ```
53
-
54
33
55
34
### Supported SMS gateway providers
56
35
- [ KAP System] ( https://kapsystem.com )
You can’t perform that action at this time.
0 commit comments