From 1a0f967b67f90336596a4e1f7dce6ee06381a30a Mon Sep 17 00:00:00 2001 From: Shahryar Tayeb <48182832+shtayeb@users.noreply.github.com> Date: Sun, 28 Apr 2024 12:50:44 +0430 Subject: [PATCH] fix publish config command for windows --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index afc1b71..c87c3f5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,11 @@ composer require coderflexx/laravisit You can publish the config file with: ```bash +# linux php artisan vendor:publish --provider="Coderflex\\Laravisit\\LaravisitServiceProvider" + +# windows +php artisan vendor:publish --provider="Coderflex\Laravisit\LaravisitServiceProvider" ``` then, run database migration