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 798d8d0 commit 765f1f2Copy full SHA for 765f1f2
README.md
@@ -22,14 +22,14 @@ composer require soap/laravel-workflow-storage
22
You can publish and run the migrations with:
23
24
```bash
25
-php artisan vendor:publish --tag="laravel-workflow-storage-migrations"
+php artisan vendor:publish --tag="workflow-storage-migrations"
26
php artisan migrate
27
```
28
29
You can publish the config file with:
30
31
32
-php artisan vendor:publish --tag="laravel-workflow-storage-config"
+php artisan vendor:publish --tag="workflow-storage-config"
33
34
35
This is the contents of the published config file:
0 commit comments