Skip to content

Commit

Permalink
Fixing the shell command to publish resources
Browse files Browse the repository at this point in the history
  • Loading branch information
lauspadafora authored Jun 11, 2024
1 parent 3567b6e commit 4fd9b23
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 4fd9b23

Please sign in to comment.