From 616fbb5c07bf32e751b440a926fad83d1c17722b Mon Sep 17 00:00:00 2001 From: miladev-ent <98118400+milwad-dev@users.noreply.github.com> Date: Mon, 31 Jul 2023 17:05:06 +0330 Subject: [PATCH] add migrate command for publish section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 30f0db5..0a0eca7 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ For convience, you can use this command to publish config and migration files: php artisan vendor:publish --provider="Binafy\LaravelUserMonitoring\Providers\LaravelUserMonitoringServiceProvider" ``` +After publishing, run `php artisan migrate` command. + ## Visit Monitoring