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.
2 parents 3205210 + 1c6b8a4 commit 1381e36Copy full SHA for 1381e36
README.md
@@ -36,6 +36,12 @@ In Laravel 5.5 or above the service provider automatically get registered and a
36
37
**3** - Now run the migration by `php artisan migrate` to create the settings table.
38
39
+Optionally you can publish migration by running
40
+
41
+```
42
+php artisan vendor:publish --provider="QCod\Settings\SettingsServiceProvider" --tag="migrations"
43
44
45
### Getting Started
46
47
You can use helper function `settings('app_name')` or `Settings::get('app_name')` to use laravel settings.
0 commit comments