Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tacio7brito authored Nov 12, 2020
1 parent b3eb2ec commit e0d1122
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,14 @@ Update your application configuration to register the package in `config/app.php
],
~~~

### 3 - Update ZOOP Laravel configuration
Rename config.example.php to config.php in `zoop/src/resources/config/` and change the following lines:
### 3 - Publish ZOOP Laravel configuration
Use the following command to publish the configuration settings from config.example.php in `zoop/src/resources/config/`:

~~~
php artisan vendor:publish --provider "Zoop\ZoopServiceProvider" --tag="config"
~~~

This will create the `config/zoopconfig.php` configuration file. Now, change the following lines:

~~~
'defaults' => [
Expand Down

0 comments on commit e0d1122

Please sign in to comment.