From be25d7fd3b47d104d9286b04970451b12573104c Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Thu, 6 Feb 2025 18:15:08 +0000 Subject: [PATCH] Filter vendor:publish command to only publish from this package Update the readme vendor:publish command to only publish the migrations and config from this package --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c4db075..e4af87c 100644 --- a/readme.md +++ b/readme.md @@ -51,7 +51,7 @@ php artisan migrate > [!IMPORTANT] > If you intend to use a table other than your `users` table to record your recipients' Stripe account -> details, publish the migration by running `php artisan vendor:publish` and select the appropriate +> details, publish the migration by running `php artisan vendor:publish --provider="SimonHamp\LaravelStripeConnect\ServiceProvider"` and select the appropriate > options. You can then edit the published migration in your app's `database/migrations` folder. ## Usage