Skip to content

Commit

Permalink
update readme with service provider path
Browse files Browse the repository at this point in the history
  • Loading branch information
hackeresq committed Sep 27, 2018
1 parent c92f575 commit 491ea73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The same is true for the alias. If you're running Laravel 5.5+, you can also ski
You can publish [the migration](https://github.com/hackerESQ/settings/blob/master/database/migrations/create_settings_table.php) and [config](https://github.com/hackerESQ/settings/blob/master/config/settings.php) file with:

```bash
php artisan vendor:publish --provider="hackerESQ\Settings\Providers\SettingsServiceProvider"
php artisan vendor:publish --provider="hackerESQ\Settings\SettingsServiceProvider"
```

After the migration has been published you can create the setting key/value table by running:
Expand Down

0 comments on commit 491ea73

Please sign in to comment.