Skip to content

Commit df24c17

Browse files
Update readme
1 parent 5cfaad8 commit df24c17

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

README.md

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

1414
- Laravel 7.x
15-
- PHP 7.2+
16-
15+
- PHP 7.4+
1716

1817
Run this command to install via composer
1918

@@ -31,26 +30,6 @@ or edit the `composer.json`
3130

3231
Then run composer update in your terminal to pull the package.
3332

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-
5433

5534
### Supported SMS gateway providers
5635
- [KAP System](https://kapsystem.com)

0 commit comments

Comments
 (0)