File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,7 @@ Simply add the following line to your `composer.json` and run install/update:
1212
1313## Configuration
1414
15- Publish the package config files to configure the location of your Wordpress install:
16-
17- php artisan vendor:publish
18-
19- You will also need to add the service provider and optionally the facade alias to your ` config/app.php ` :
15+ You will need to add the service provider and optionally the facade alias to your ` config/app.php ` :
2016
2117``` php
2218'providers' => array(
@@ -28,6 +24,10 @@ You will also need to add the service provider and optionally the facade alias t
2824),
2925```
3026
27+ And publish the package config files to configure the location of your Wordpress install:
28+
29+ php artisan vendor:publish
30+
3131### Usage
3232
3333The package provides a simplified interface to some of the existing api methods documented [ here] ( http://wp-api.org/ ) .
You can’t perform that action at this time.
0 commit comments