File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ This will erase all shop data and reset all settings! Do not run this command if
17
17
installation.
18
18
:::
19
19
20
- ## ` mall:init `
20
+ ## ` mall:purge `
21
21
22
- The ` php artisan mall:init ` command will remove all order and customer data from
22
+ The ` php artisan mall:purge ` command will remove all order and customer data from
23
23
your installation. Products, Variants and your Settings will remain untouched.
24
24
This command essentially brings the installation back to the
25
25
state it had before the first customer created an account.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use the checklist on this page to make sure everything is running smoothly.
7
7
8
8
::: tip
9
9
If you want to reset your installation back to a clean slate after verifying it in production, simply
10
- run [ ` php artisan mall:init ` ] ( /development/core/console-commands#mall-init ) to remove your test accounts and
10
+ run [ ` php artisan mall:purge ` ] ( /development/core/console-commands#mall-purge ) to remove your test accounts and
11
11
test orders.
12
12
:::
13
13
You can’t perform that action at this time.
0 commit comments