Skip to content

Commit b5e5f79

Browse files
author
Gravitano
committed
update doc
1 parent c65f6b9 commit b5e5f79

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ This package is require PHP 5.4 or higher.
88

99
### Installation
1010

11+
> For Laravel 4 please use version `1.*`.
12+
1113
Open your composer.json file, and add the new required package.
1214
```
13-
"pingpong/facebook": "1.0.*"
15+
"pingpong/facebook": "~2.0"
1416
```
1517
Next, open a terminal and run.
1618
```
@@ -31,7 +33,7 @@ Next, Add new aliases in `app/config/app.php`.
3133

3234
Next, publish the configuration.
3335
```
34-
php artisan config:publish pingpong/facebook
36+
php artisan vendor:publish --provider="Pingpong\Facebook\FacebookServiceProvider"
3537
```
3638

3739
Done.

0 commit comments

Comments
 (0)