From 4fd9b230cbf0382e2afa0bcab16bac604cba5b1e Mon Sep 17 00:00:00 2001 From: lauspadafora Date: Tue, 11 Jun 2024 14:18:40 -0500 Subject: [PATCH] Fixing the shell command to publish resources --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e6e006..92d5204 100644 --- a/README.md +++ b/README.md @@ -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: