File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ title: Usage
33weight : 7
44---
55
6- ### Making Patches
6+ ## Making Patches
77
88``` bash
99php artisan make:patch patch_1_0_0
1010```
1111
1212This created a timestamped patch file under database/patches.
1313
14- ### Running Patches
14+ ## Running Patches
1515
1616To run all available patches:
1717
@@ -31,7 +31,7 @@ To force the patches to run in production (deploy scripts, etc.):
3131php artisan patch --force
3232```
3333
34- ### Rolling Back Patches
34+ ## Rolling Back Patches
3535
3636To rollback all patches of the last batch:
3737
@@ -45,7 +45,7 @@ To rollback the last X patches regardless of batch:
4545php artisan patch:rollback --step=X
4646```
4747
48- ### Patch File Helpers
48+ ## Patch File Helpers
4949
5050You may use the following helper commands from your patch files:
5151
You can’t perform that action at this time.
0 commit comments