File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ Simple SMS
7
7
[ ![ License] ( https://poser.pugx.org/simplesoftwareio/simple-sms/license.svg )] ( https://packagist.org/packages/simplesoftwareio/simple-sms )
8
8
[ ![ Total Downloads] ( https://poser.pugx.org/simplesoftwareio/simple-sms/downloads )] ( https://packagist.org/packages/simplesoftwareio/simple-sms )
9
9
10
+ ## Laravel 5 support is currently in beta. Please use the dev-master branch to access this support.
11
+
10
12
* [ Introduction] ( #docs-introduction )
11
13
* [ Configuration] ( #docs-configuration )
12
14
* [ Call Fire Driver] ( #docs-call-fire-driver )
@@ -40,8 +42,10 @@ First, add the Simple SMS package to your `require` in your `composer/json` file
40
42
###### Laravel 5
41
43
42
44
"require": {
43
- "simplesoftwareio/simple-sms": "2.0.* "
45
+ "simplesoftwareio/simple-sms": "dev-master "
44
46
}
47
+
48
+ > Laravel 5 support is currently in beta. Please use with caution!
45
49
46
50
Next, run the ` composer update ` command. This will install the package into your Laravel application.
47
51
You can’t perform that action at this time.
0 commit comments