We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce3407e + 1a0f967 commit eecfb3eCopy full SHA for eecfb3e
README.md
@@ -21,7 +21,11 @@ composer require coderflexx/laravisit
21
You can publish the config file with:
22
23
```bash
24
+# linux
25
php artisan vendor:publish --provider="Coderflex\\Laravisit\\LaravisitServiceProvider"
26
+
27
+# windows
28
+php artisan vendor:publish --provider="Coderflex\Laravisit\LaravisitServiceProvider"
29
```
30
31
then, run database migration
0 commit comments