Skip to content

Commit f1a8770

Browse files
author
Justin Hayes
authored
Merge pull request #10 from SoapBox/change/publish-instructions
[Change] Update the instructions to only publish the resources from this package
2 parents c728583 + a30851f commit f1a8770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Open `config/app.php` and register the required service provider above your appl
2525
### Publish the Configuration
2626

2727
```php
28-
php artisan vendor:publish
28+
php artisan vendor:publish --provider 'SoapBox\SignedRequests\ServiceProvider'
2929
```
3030

3131
### Configuring your Environment

0 commit comments

Comments
 (0)