We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65f6b9 commit b5e5f79Copy full SHA for b5e5f79
README.md
@@ -8,9 +8,11 @@ This package is require PHP 5.4 or higher.
8
9
### Installation
10
11
+> For Laravel 4 please use version `1.*`.
12
+
13
Open your composer.json file, and add the new required package.
14
```
- "pingpong/facebook": "1.0.*"
15
+ "pingpong/facebook": "~2.0"
16
17
Next, open a terminal and run.
18
@@ -31,7 +33,7 @@ Next, Add new aliases in `app/config/app.php`.
31
33
32
34
Next, publish the configuration.
35
-php artisan config:publish pingpong/facebook
36
+php artisan vendor:publish --provider="Pingpong\Facebook\FacebookServiceProvider"
37
38
39
Done.
0 commit comments