Skip to content

Commit 4d70d72

Browse files
committed
Documenting the command
1 parent d95d93c commit 4d70d72

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/basic-usage.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,13 @@ setting()->forget('App.siteName');
9999
!!! Note
100100

101101
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

Comments
 (0)