Skip to content

Commit 50eddbf

Browse files
author
tbanov
committed
Update readme
1 parent d000bf2 commit 50eddbf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ Once it's installed, you need to register the service provider in `config/app.ph
1919
);
2020
```
2121

22-
Publish the config file:
22+
Publish config file:
2323
`php artisan vendor:publish --provider="Despark\LaravelDbLocalization\LaravelDbLocalizationServiceProvider" --tag="config"`
2424

25+
Publish migrations:
26+
`php artisan vendor:publish --provider="Despark\LaravelDbLocalization\LaravelDbLocalizationServiceProvider" --tag="migrations"`
27+
2528
# How to use it
2629

2730

0 commit comments

Comments
 (0)