Skip to content

Commit eecfb3e

Browse files
authored
Merge pull request #61 from shtayeb/patch-1
fix publish config command for windows
2 parents ce3407e + 1a0f967 commit eecfb3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ composer require coderflexx/laravisit
2121
You can publish the config file with:
2222

2323
```bash
24+
# linux
2425
php artisan vendor:publish --provider="Coderflex\\Laravisit\\LaravisitServiceProvider"
26+
27+
# windows
28+
php artisan vendor:publish --provider="Coderflex\Laravisit\LaravisitServiceProvider"
2529
```
2630

2731
then, run database migration

0 commit comments

Comments
 (0)