Skip to content

Commit 1381e36

Browse files
committed
migration typo fixed
2 parents 3205210 + 1c6b8a4 commit 1381e36

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ In Laravel 5.5 or above the service provider automatically get registered and a
3636

3737
**3** - Now run the migration by `php artisan migrate` to create the settings table.
3838

39+
Optionally you can publish migration by running
40+
41+
```
42+
php artisan vendor:publish --provider="QCod\Settings\SettingsServiceProvider" --tag="migrations"
43+
```
44+
3945
### Getting Started
4046

4147
You can use helper function `settings('app_name')` or `Settings::get('app_name')` to use laravel settings.

0 commit comments

Comments
 (0)