Skip to content

Commit

Permalink
Merge pull request #61 from shtayeb/patch-1
Browse files Browse the repository at this point in the history
fix publish config command for windows
  • Loading branch information
ousid authored May 9, 2024
2 parents ce3407e + 1a0f967 commit eecfb3e
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 eecfb3e

Please sign in to comment.