Skip to content

Commit

Permalink
Merge pull request #14 from lauspadafora/patch-1
Browse files Browse the repository at this point in the history
Fixing the shell command to publish resources
  • Loading branch information
mckenziearts authored Jul 22, 2024
2 parents 3567b6e + 4fd9b23 commit 0908c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ It's simple architecture, accompanied by powerful underlying to afford solid pla

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

3. Execute migrations via the following command:
Expand Down

0 comments on commit 0908c80

Please sign in to comment.