We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424fb42 commit 5577816Copy full SHA for 5577816
README.md
@@ -26,3 +26,10 @@ Execute the following command to get the latest version of the package:
26
```terminal
27
composer require codeofdigital/cache-repository
28
```
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