From 4bdbe0cf7d4894221961eadca5deea6057cee97a Mon Sep 17 00:00:00 2001 From: Miracle Chibuzo Date: Fri, 26 May 2023 10:09:01 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bdbc07..84b61a6 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,17 @@ Install kudaping with composer ```bash composer require emiracle/kudaping ``` - + + +# Configuration + +Publish the configuration file using this command: + +```bash + php artisan vendor:publish --provider="eMiracle\Kudaping\KudapingServiceProvider" + +``` + ## Environment Variables To run this project, you will need to add the following environment variables to your .env file