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 e0921e2 commit 522e614Copy full SHA for 522e614
getting-started/installation.md
@@ -35,7 +35,7 @@ The package will automatically register its service provider.
35
You can publish all the necessary configuration and migration files by running the following command:
36
37
```shell
38
-php artisan vendor:publish --provider="CSlant\LaravelLike\LikeServiceProvider"
+php artisan vendor:publish --provider="CSlant\LaravelLike\Providers\LikeServiceProvider"
39
```
40
41
This is the default content of the config file:
0 commit comments