Skip to content

Commit 5577816

Browse files
committed
[Update] README
1 parent 424fb42 commit 5577816

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ Execute the following command to get the latest version of the package:
2626
```terminal
2727
composer require codeofdigital/cache-repository
2828
```
29+
30+
### Publish Config
31+
You can then publish the package's config file and database migrations file
32+
with the following command:
33+
34+
```terminal
35+
php artisan vendor:publish --provider="CodeOfDigital\CacheRepository\CacheRepositoryServiceProvider"

0 commit comments

Comments
 (0)