From 62dec13a04eca7e21317c2e7efb1c97b72d4d2f8 Mon Sep 17 00:00:00 2001 From: Enan Date: Fri, 15 Dec 2023 01:02:37 +0600 Subject: [PATCH] Update readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7fba41..75b1262 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,17 @@ You can install the package via composer: composer require enan/pathao-courier ``` -You can publish and run the migrations with: +You can publish the migration file and config file with: ```bash php artisan vendor:publish --tag="pathao-courier-migrations" +php artisan vendor:publish --tag="pathao-courier-config" +``` + +Or you can do both in one command + +``` +php artisan vendor:publish --provider="Enan\PathaoCourier\PathaoCourierServiceProvider" ``` Add the following environment variables to your `.env` file: