Skip to content

Commit

Permalink
Change README and how to publish the config file
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrossi committed Jul 17, 2017
1 parent f6f3594 commit 9802d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Now configure our config file to make sure your database is set correctly and to
Run the following Artisan command in your terminal:

```
php artisan config:publish corcel
php artisan vendor:publish --provider="Corcel\Laravel\CorcelServiceProvider"
```

Now you have a `config/corcel.php` config file, where you can set the database connection with WordPress tables and much more.
Expand Down
2 changes: 1 addition & 1 deletion src/Laravel/CorcelServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ private function publishConfigFile()
{
$this->publishes([
__DIR__ . '/config.php' => config_path('corcel.php'),
], 'config');
]);
}

/**
Expand Down

0 comments on commit 9802d2b

Please sign in to comment.