Skip to content

Commit 522e614

Browse files
authored
Update installation.md
1 parent e0921e2 commit 522e614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The package will automatically register its service provider.
3535
You can publish all the necessary configuration and migration files by running the following command:
3636

3737
```shell
38-
php artisan vendor:publish --provider="CSlant\LaravelLike\LikeServiceProvider"
38+
php artisan vendor:publish --provider="CSlant\LaravelLike\Providers\LikeServiceProvider"
3939
```
4040

4141
This is the default content of the config file:

0 commit comments

Comments
 (0)