Skip to content

Commit

Permalink
fix publish config command for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
shtayeb authored Apr 28, 2024
1 parent 2c14f9b commit 1a0f967
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a0f967

Please sign in to comment.