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 d95d93c commit 4d70d72Copy full SHA for 4d70d72
docs/basic-usage.md
@@ -99,3 +99,13 @@ setting()->forget('App.siteName');
99
!!! Note
100
101
Due to the shorthand nature of the helper function it cannot access contextual settings.
102
+
103
+### Commands
104
105
+From the `spark` command line tool you can clear all settings from the database with the `settings:clear` command.
106
107
+```bash
108
+php spark settings:clear
109
+```
110
111
+You will be prompted to confirm the action before it is performed.
0 commit comments