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.
1 parent 2c14f9b commit 1a0f967Copy full SHA for 1a0f967
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