Skip to content

Commit 0908c80

Browse files
authored
Merge pull request #14 from lauspadafora/patch-1
Fixing the shell command to publish resources
2 parents 3567b6e + 4fd9b23 commit 0908c80

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
@@ -43,7 +43,7 @@ It's simple architecture, accompanied by powerful underlying to afford solid pla
4343

4444
2. Publish resources (migrations and config files):
4545
```shell
46-
php artisan publish:laravel-subscriptions
46+
php artisan vendor:publish --provider="Laravelcm\Subscriptions\SubscriptionServiceProvider"
4747
```
4848

4949
3. Execute migrations via the following command:

0 commit comments

Comments
 (0)